# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nt" version = "3.0.0" authors = ["Redrield "] description = "A NetworkTables revision 3 library for Rust" license = "MIT" repository = "https://github.com/first-rust-competition/nt-rs" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "0.5.3" [dependencies.futures-channel] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.multimap] version = "0.5.0" [dependencies.nt-leb128] version = "0.3.0" [dependencies.nt-network] version = "3.0.0" [dependencies.thiserror] version = "1.0.14" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.tokio-tungstenite] version = "0.10.0" features = ["stream"] optional = true [dependencies.tokio-util] version = "0.2" features = ["codec"] [dependencies.url] version = "2.1.0" optional = true [features] default = [] websocket = ["tokio-tungstenite", "url"]