# 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 = "embedded-hal-spy" version = "0.0.5" authors = ["Fredrik Simonsson "] description = "An embedded_hal device hooking on another embedded_hal implementation, retriving data from function calls and responses" documentation = "https://docs.rs/embedded-hal-spy" readme = "README.md" keywords = ["hal", "spi"] license = "Apache-2.0" repository = "https://github.com/simonsso/embedded_hal_spy" [lib] name = "embedded_hal_spy" [dependencies.embedded-hal] version = "0.2.3" features = ["unproven"] [dependencies.nb] version = "0.1.1" [dev-dependencies.linux-embedded-hal] version = "0.2.2" [features] embedded_hal_digital_io_legacy_v1 = []