# 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 = "bgpkit-commons" version = "0.7.3" authors = ["Mingwei Zhang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A library for common BGP-related data and functions. """ documentation = "https://docs.rs/bgpkit-commons" readme = "README.md" keywords = [ "bgp", "bgpkit", ] license = "MIT" repository = "https://github.com/bgpkit/bgpkit-commons" [lib] name = "bgpkit_commons" path = "src/lib.rs" [[example]] name = "collectors" path = "examples/collectors.rs" [[example]] name = "list_aspas" path = "examples/list_aspas.rs" [[test]] name = "asinfo_integration" path = "tests/asinfo_integration.rs" [[test]] name = "mrt_collectors" path = "tests/mrt_collectors.rs" [dependencies.anyhow] version = "1.0" [dependencies.as2org-rs] version = "0.1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.ipnet] version = "2.9" features = ["serde"] [dependencies.ipnet-trie] version = "0.2.0" [dependencies.oneio] version = "0.17.0" features = ["lib-core"] default-features = false [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tar] version = "0.4" [dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = ["rustls"] native-tls = ["oneio/native-tls"] rustls = ["oneio/rustls"]