# 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 = "etherip" version = "0.1.1" authors = ["Menhera.org Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "EtherIP implementation in Rust" homepage = "https://github.com/menhera-org/etherip-rs" readme = "README.md" license = "Apache-2.0 OR MPL-2.0" repository = "https://github.com/menhera-org/etherip-rs" [lib] name = "etherip" path = "src/lib.rs" [[bin]] name = "etheripd" path = "src/bin/etheripd.rs" [[bin]] name = "tap-add" path = "src/bin/tap-add.rs" [[bin]] name = "tap-del" path = "src/bin/tap-del.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.libc] version = "^0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.28" features = ["ioctl"] [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.syslog] version = "^6.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "^0.8"