# 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 = "risclient" version = "0.1.1" authors = ["James \"ec0\" Hebden "] description = """ An extremely simple streaming client for the RIPE RIS-Live service. """ readme = "README.md" keywords = [ "ris", "ris-live", "asn", "bgp", "ripe", ] categories = ["api-bindings"] license = "GPL-3.0-or-later" repository = "https://github.com/devec0/risclient" resolver = "2" [lib] name = "risclient" path = "src/lib.rs" [[bin]] name = "ristest" path = "src/ristest.rs" [dependencies.futures-util] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.17" features = [ "macros", "rt", "net", "rt-multi-thread", "io-std", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-tungstenite] version = "0.17" features = ["native-tls"] [dependencies.tungstenite] version = "0.17" features = ["native-tls"]