# 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 = "pabgp" version = "0.2.0" authors = ["Zhang Maiyun "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pretty average BGP implementation" readme = "README.md" keywords = [ "bgp", "networking", "routing", ] categories = ["network-programming"] license = "AGPL-3.0-or-later" repository = "https://github.com/myzhang1029/pabgp" [lib] name = "pabgp" path = "lib.rs" [dependencies.bytes] version = "1" [dependencies.enum-primitive-derive] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dependencies.tokio-util] version = "0.7" features = ["codec"] optional = true [features] default = [ "impl-serde", "tokio-endec", ] impl-serde = ["serde"] tokio-endec = ["tokio-util"]