# 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 = "tenjin_sdn" version = "0.5.0" authors = ["Nawasan "] build = false include = ["src/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Tenjin is The software-defined networking framework written in Rust, offering high performance and memory safety. It can be used as both a framework and a command line tool." readme = "README.md" keywords = [ "sdn", "cli", "openflow", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Arikato111/Tenjin" [profile.release] strip = true [lib] name = "tenjin" path = "src/lib.rs" [[bin]] name = "tenjin" path = "src/main.rs" [dependencies.byteorder] version = "1.0.0" [dependencies.clap] version = "4.5.13" features = ["derive"] optional = true [dependencies.clap_complete] version = "4.5.23" optional = true [dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "net", "macros", "io-util", ] [features] cli = [ "dep:clap", "dep:clap_complete", "example", ] default = ["full"] example = [] full = ["cli"]