# 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 = "birdc" version = "0.3.0" authors = ["Amod Malviya @amodm"] description = "Library to talk to the BIRD BGP server for administrative and instrumentation purposes" homepage = "https://github.com/amodm/birdc-rs" documentation = "https://docs.rs/birdc" readme = "README.md" keywords = [ "bird", "birdc", "bgp", ] license = "MIT OR Apache-2.0" repository = "https://github.com/amodm/birdc-rs" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.17" features = ["net"] [dependencies.tokio-stream] version = "0.1" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.17" features = [ "macros", "net", "rt", "sync", ]