# 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 = "2021" name = "pn532" version = "0.4.0" description = "PN532 protocol implementation" readme = "README.md" keywords = [ "embedded-hal", "PN532", ] categories = [ "hardware-support", "no-std", "asynchronous", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/WMT-GmbH/pn532" [package.metadata.docs.rs] all-features = true [[example]] name = "hsu-test-util" required-features = ["std"] [dependencies.embedded-hal] version = "0.2.6" features = ["unproven"] [dependencies.nb] version = "1.0.0" [dependencies.serialport] version = "4.0.1" optional = true [dependencies.void] version = "1.0.2" default_features = false [dev-dependencies.clap] version = "2.33.3" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.log] version = "0.4" [features] msb-spi = [] std = ["serialport"]