# 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 = "ds" version = "1.2.4" authors = ["Kaitlyn Kenwell "] description = "A library for controlling FIRST Robotics Competition robots" documentation = "https://docs.rs/ds" readme = "README.md" keywords = ["frc", "first", "robotics"] categories = ["network-programming"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/Redrield/ds-rs" [dependencies.bitflags] version = "1.0.4" [dependencies.byteorder] version = "1.2.7" [dependencies.bytes] version = "0.5.3" [dependencies.chrono] version = "0.4.6" [dependencies.crossbeam-channel] version = "0.3.2" [dependencies.failure] version = "0.1.3" [dependencies.futures] version = "0.3.1" [dependencies.futures-channel] version = "0.3.1" [dependencies.futures-util] version = "0.3.1" features = ["sink", "async-await"] [dependencies.rand] version = "0.7.3" [dependencies.smallvec] version = "0.6.7" [dependencies.tokio] version = "^0.2" features = ["full", "stream"] [dependencies.tokio-util] version = "^0.2" features = ["udp", "codec"]