# 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-webusb" version = "0.2.1" authors = ["Arnaud Taffanel "] exclude = [".github/*"] description = "Crazyradio USB dongle driver for WebUSB" readme = "readme.md" keywords = ["nrf24", "crazyflie", "webusb", "wasm"] categories = ["hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/ataffanel/crazyradio-webusb-rs" [package.metadata.docs.rs] rustc-args = ["--cfg=web_sys_unstable_apis"] [dependencies.async-std] version = "1" [dependencies.futures-util] version = "0.3" [dependencies.js-sys] version = "0.3" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = ["Document", "Element", "HtmlElement", "Node", "Window", "Navigator", "Usb", "UsbDeviceRequestOptions", "UsbDevice", "UsbInTransferResult", "UsbControlTransferParameters", "UsbOutTransferResult", "UsbRecipient", "UsbRequestType"] [dev-dependencies.wasm-bindgen-test] version = "0.3.27"