# 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 = "crazyradio" version = "0.3.0" authors = ["Arnaud Taffanel "] exclude = [".github/*"] description = "Crazyradio USB dongle driver" readme = "README.md" keywords = [ "nrf24", "crazyflie", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/ataffanel/crazyradio-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.flume] version = "0.10.4" optional = true default-features = false [dependencies.rusb] version = "0.9.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.6.1" features = [ "rt", "rt-multi-thread", "macros", ] [features] async = ["flume/async"] serde_support = ["serde"] shared_radio = ["flume"]