# 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 = "nt_client" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A blazingly fast NetworkTables 4.1 client" readme = "README.md" keywords = [ "wpi", "wpilib", "networktables", "NT", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/DatAsianBoi123/nt_client" [lib] name = "nt_client" path = "src/lib.rs" [[example]] name = "pubsub" path = "examples/pubsub.rs" [dependencies.futures-util] version = "0.3.30" features = [ "sink", "std", ] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.rmp-serde] version = "1.3.0" [dependencies.rmpv] version = "1.3.0" features = ["with-serde"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.63" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.39.1" features = [ "macros", "rt-multi-thread", "sync", "time", ] [dependencies.tokio-test] version = "0.4.4" [dependencies.tokio-tungstenite] version = "0.23.1" features = ["native-tls"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18"