# 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 = "mfrc522" version = "0.7.0" authors = [ "Jonas Spanoghe ", "Jorge Aparicio ", ] description = "A platform agnostic driver to interface the MFRC522 (RFID reader/writer)" homepage = "https://gitlab.com/jspngh/rfid-rs" documentation = "https://docs.rs/mfrc522" readme = "README.md" keywords = [ "rfid", "mfrc522", "embedded-hal", "mifare", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/jspngh/rfid-rs" [[example]] name = "rpi" required-features = ["std"] [[example]] name = "beagle" required-features = ["std"] [dependencies.embedded-hal-02] version = "0.2" optional = true package = "embedded-hal" [dependencies.embedded-hal-1] version = "1.0" package = "embedded-hal" [dependencies.heapless] version = "0.7" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.embedded-hal-mock] version = "0.10" features = ["eh1"] [features] eh02 = ["dep:embedded-hal-02"] std = [] [target."cfg(target_os = \"linux\")".dev-dependencies.embedded-hal-bus] version = "0.1.0" [target."cfg(target_os = \"linux\")".dev-dependencies.linux-embedded-hal] version = "0.4.0"