mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-26 17:03:43 +02:00
30 lines
963 B
TOML
30 lines
963 B
TOML
[package]
|
|
name = "zerotier-service"
|
|
version = "0.1.0"
|
|
authors = ["Adam Ierymenko <adam.ierymenko@zerotier.com>"]
|
|
edition = "2018"
|
|
build = "build.rs"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
zerotier-core = { path = "../rust-zerotier-core" }
|
|
num_cpus = "1"
|
|
tokio = { version = "1", features = ["rt", "net", "time", "signal", "macros"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
futures = "0"
|
|
clap = { version = "2", features = ["suggestions", "wrap_help"] }
|
|
chrono = "0"
|
|
hex = "0"
|
|
lazy_static = "1"
|
|
num-traits = "0"
|
|
num-derive = "0"
|
|
hyper = { version = "0", features = ["http1", "runtime", "server", "client", "tcp", "stream"] }
|
|
socket2 = { version = "0", features = ["reuseport", "unix", "pair"] }
|
|
dialoguer = "0"
|
|
digest_auth = "0"
|
|
colored = "2"
|
|
|
|
[target."cfg(windows)".dependencies]
|
|
winapi = { version = "0.3.9", features = ["handleapi", "ws2ipdef", "ws2tcpip"] }
|