# 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 = "driver_async" version = "0.0.3" authors = ["AndrewGi "] description = "async backend for `btle`, `bluetooth_mesh` and `usbw` crates." readme = "README.md" license = "GPL-3.0-only" [dependencies.async-std] version = "1.5.0" optional = true default_features = false [dependencies.futures-core] version = "0.3" features = ["alloc"] default_features = false [dependencies.futures-io] version = "0.3" optional = true [dependencies.futures-sink] version = "0.3" default_features = false [dependencies.futures-util] version = "0.3" default_features = false [dependencies.tokio] version = "0.3" optional = true default_features = false [features] async-std_asyncs = ["std", "async-std/std"] default = ["tokio_asyncs"] std = ["futures-io/std", "futures-util/std"] tokio_asyncs = ["tokio/time", "tokio/sync", "tokio/rt", "tokio/stream", "std"]