# 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 = "ris-live-rs" version = "0.3.0" authors = ["Mingwei Zhang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ RIS-Live real-time BGP data stream crate. """ documentation = "https://docs.rs/ris-live-rs" readme = "README.md" keywords = ["bgp"] license = "MIT" repository = "https://github.com/bgpkit/ris-live-rs" [package.metadata.binstall] pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz" [[bin]] name = "ris-live-reader" path = "src/main.rs" [dependencies.bgpkit-parser] version = "0.10.11-beta.1" features = ["rislive"] default-features = false [dependencies.ipnet] version = "2.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.tungstenite] version = "0.24.0"