# 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-router" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Router interface for atm0s-sdn" readme = "README.md" license = "MIT" [lib] name = "atm0s_sdn_router" path = "src/lib.rs" [[bench]] name = "router" path = "benches/router.rs" harness = false [dependencies.atm0s-sdn-identity] version = "0.3.1" [dependencies.atm0s-sdn-utils] version = "0.2.1" [dependencies.log] version = "0.4" [dependencies.mockall] version = "0.13" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.rand] version = "0.8.5"