# 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 = "ndn-app" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Named Data Networking - main protocol parsing and encoding" readme = "README.md" keywords = [ "ndn", "named", "data", "networking", ] categories = ["network-programming"] license = "MIT" [lib] name = "ndn_app" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.77" [dependencies.bytes] version = "1.5.0" [dependencies.derive_more] version = "0.99.17" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.20" [dependencies.ndn-ndnlp] version = "0.4.0" [dependencies.ndn-nfd-mgmt] version = "0.4.0" [dependencies.ndn-protocol] version = "0.4.0" [dependencies.ndn-tlv] version = "0.4.0" [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.36.0" features = [ "net", "sync", "io-util", "time", "rt", "macros", ] [dependencies.tokio-util] version = "0.7.10" [dependencies.type-map] version = "0.5.0" [dev-dependencies.base64] version = "0.21.7" [dev-dependencies.tokio] version = "1.36.0" features = ["full"]