# 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 = "testnet" version = "0.1.0" build = "build.rs" include = [ "**/*.rs", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library that helps you test your distributed applications using a virtual network via Linux namespaces" homepage = "https://github.com/igankevich/testnet" documentation = "https://docs.rs/testnet" readme = "README.md" keywords = ["test"] categories = [ "development-tools", "development-tools::testing", ] license = "MIT" repository = "https://github.com/igankevich/testnet" [lib] name = "testnet" path = "src/lib.rs" [[bin]] name = "testnet" path = "src/main.rs" [[test]] name = "net" path = "tests/net.rs" [dependencies.bincode] version = "2.0.0-rc.3" features = [ "std", "serde", "derive", ] default-features = false [dependencies.clap] version = "4.5.17" features = [ "std", "derive", "help", "usage", ] default-features = false [dependencies.ipnet] version = "2.9.0" [dependencies.mio] version = "1.0.1" features = [ "net", "os-poll", "os-ext", ] default-features = false [dependencies.mio-pidfd] version = "0.3.0" [dependencies.netlink-packet-core] version = "0.7.0" [dependencies.netlink-packet-route] version = "0.20.1" [dependencies.nix] version = "0.29.0" features = [ "sched", "process", "signal", "hostname", "user", "socket", "fs", "poll", "mount", ] default-features = false [dependencies.tempfile] version = "3.12.0" [lints.clippy] expect_used = "deny" panic = "deny" unwrap_used = "deny" [lints.rust] missing_docs = "warn"