# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.69" name = "netservices" version = "0.8.1" authors = ["Dr. Maxim Orlovsky "] description = "Library for building scalable privacy-preserving microservices P2P nodes" homepage = "https://cyphernet.org" readme = "README.md" keywords = [ "privacy", "cypherpunk", "tor", "microservices", "reactor", ] categories = [ "network-programming", "cryptography", "concurrency", ] license = "Apache-2.0" repository = "https://github.com/Cyphernet-DAO/rust-netservices" [package.metadata.docs.rs] all-features = false features = [] rustc-args = [ "--cfg", "docsrs", ] [dependencies.amplify] version = "4.6.0" [dependencies.cyphernet] version = "0.5.2" features = [ "ed25519", "pem", "multibase", "noise_sha2", "noise_x25519", "noise-framework", "mixnets", "dns", ] [dependencies.io-reactor] version = "0.5.2" optional = true [dependencies.libc] version = "0.2.154" [dependencies.log_crate] version = "0.4.17" optional = true package = "log" [dependencies.mio] version = "1.0.0" optional = true [dependencies.rand] version = "0.8.5" [dependencies.socket2] version = "0.5.7" features = ["all"] optional = true [dev-dependencies.bitcoin_hashes] version = "0.14.0" [dev-dependencies.cyphernet] version = "0.5.2" features = ["ed25519"] [dev-dependencies.log_crate] version = "0.4.17" package = "log" [features] all = [ "reactor", "nonblocking", "eidolon", "mio", "log", ] default = [ "reactor", "socket2", ] eidolon = [ "cyphernet/eidolon", "cyphernet/x25519", ] log = [ "log_crate", "io-reactor/log", ] nonblocking = ["socket2"] reactor = [ "io-reactor", "nonblocking", ]