# 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 = "forwarder" version = "0.3.0" description = "fast packet forwarder" license = "MIT" repository = "https://github.com/itsabgr/forwarder/" resolver = "2" [dependencies.chacha20poly1305] version = "0.9.0" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.core_affinity] version = "0.5.10" [dependencies.nacl] version = "0.5.3" [dependencies.num_cpus] version = "1.13.1" [dependencies.rand] version = "0.8.5" [dependencies.rmp] version = "0.8.11" [dependencies.sha2] version = "0.10.2"