# 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" name = "atm0s-sdn-network" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Main network-plane of atm0s-sdn" readme = "README.md" license = "MIT" [lib] name = "atm0s_sdn_network" path = "src/lib.rs" [[test]] name = "feature_alias" path = "tests/feature_alias.rs" [[test]] name = "feature_dht_kv" path = "tests/feature_dht_kv.rs" [[test]] name = "feature_neighbours" path = "tests/feature_neighbours.rs" [[test]] name = "feature_pubsub" path = "tests/feature_pubsub.rs" [[test]] name = "feature_router_sync" path = "tests/feature_router_sync.rs" [[test]] name = "feature_socket" path = "tests/feature_socket.rs" [[test]] name = "service_manual_discovery" path = "tests/service_manual_discovery.rs" [[test]] name = "service_visualization" path = "tests/service_visualization.rs" [[test]] name = "simulator" path = "tests/simulator.rs" [dependencies.aes-gcm] version = "0.10" [dependencies.atm0s-sdn-identity] version = "0.3.1" [dependencies.atm0s-sdn-router] version = "0.2.2" [dependencies.atm0s-sdn-utils] version = "0.2.1" [dependencies.bincode] version = "1.3" [dependencies.bytes] version = "1.5" [dependencies.convert-enum] version = "0.1.0" [dependencies.derivative] version = "2.2" [dependencies.log] version = "0.4" [dependencies.mockall] version = "0.13" [dependencies.num] version = "0.4" [dependencies.num_enum] version = "0.7" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.sans-io-runtime] version = "0.3" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.x25519-dalek] version = "2.0" features = ["getrandom"] [dev-dependencies.env_logger] version = "0.11" [features] default = ["fuzz"] fuzz = [] vpn = []