# 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 = "2018" name = "rpki-rtr" version = "0.2.1" authors = ["The NLnet Labs RPKI Team "] description = "A library for RPKI RTR." homepage = "https://github.com/nlnetlabs/rpki-rtr/" documentation = "https://docs.rs/rpki/" readme = "README.md" keywords = [ "rpki", "routing-security", ] categories = ["network-programming"] license = "BSD-3-Clause" repository = "https://github.com/NLnetLabs/rpki-rtr" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4.4" [dependencies.tokio] version = "0.2.11" features = [ "io-util", "rt-core", "stream", "sync", "tcp", "time", ] [dev-dependencies.tokio] version = "0.2.11" features = [ "dns", "macros", ]