# 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 = "delegation-feed" version = "0.2.0" authors = ["Zhang Maiyun "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fetch and parse RIR delegation files and feed the data through BGP" readme = "README.md" keywords = [ "bgp", "networking", "routing", ] categories = ["network-programming"] license = "AGPL-3.0-or-later" repository = "https://github.com/myzhang1029/pabgp" [[bin]] name = "delegation-feed" path = "main.rs" [dependencies.bytes] version = "1" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.enum-primitive-derive] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.pabgp] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.simplelog] version = "0.12" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "^1, >=1.23.1" features = [ "macros", "net", "rt", "rt-multi-thread", "sync", "time", ] [dependencies.tokio-util] version = "0.7" [dependencies.ureq] version = "2" [features] default = ["test-real-internet"] test-real-internet = []