# 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 = "web-embedded-hal" version = "0.1.0" exclude = [".github"] description = "Web embedded-hal components" homepage = "https://drogue.io" documentation = "https://docs.rs/web-embedded-hal" readme = "README.md" keywords = [ "embedded", "async", "no_std", "web", ] license = "Apache-2.0" repository = "https://github.com/drogue-iot/web-embedded-hal" [dependencies.critical-section] version = "0.2.7" [dependencies.embedded-hal] version = "0.2" features = ["unproven"] [dependencies.embedded-hal-1] version = "1.0.0-alpha.8" package = "embedded-hal" [dependencies.embedded-hal-async] version = "0.1.0-alpha.1" [dependencies.futures] version = "0.3" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3.4" features = [ "Document", "Element", "HtmlElement", "Node", "Window", ]