# 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 = "ndproxy" version = "0.4.0" authors = ["Zhang Zongyu "] description = "Proxying Neighbor Discovery packets among interfaces." homepage = "https://github.com/6-6-6/ndproxy" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/6-6-6/ndproxy" [profile.release] lto = "fat" codegen-units = 1 [dependencies.address_translation] version = "0.1.2" [dependencies.clap] version = "4.3.4" features = ["derive"] [dependencies.classic_bpf] version = "0.1.1" [dependencies.config] version = "0.13.3" features = ["toml"] default-features = false [dependencies.futures] version = "0.3.28" [dependencies.getset] version = "0.1.2" [dependencies.ip_network_table-deps-treebitmap] version = "0.5.0" [dependencies.ipnet] version = "2.7.2" [dependencies.libc] version = "0.2.146" [dependencies.log] version = "0.4.19" features = ["release_max_level_info"] [dependencies.pnet] version = "0.33.0" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.r-cache] version = "0.5.0" [dependencies.socket2] version = "0.4" features = ["all"] [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.2" features = [ "net", "sync", "rt", "macros", ] default-features = false [features] dev = [] [badges.maintenance] status = "passively-maintained"