# 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 = "at-cryptoauth" version = "0.4.0" authors = ["Kei Shirakizawa "] description = "Driver for ATECC608 Crypto Authentication secure elements" documentation = "https://docs.rs/at-cryptoauth" license = "MIT OR Apache-2.0" repository = "https://github.com/BlackbirdHQ/at-cryptoauth-rs" [[example]] name = "raspberrypi_atecc608" required-features = ["std"] [[example]] name = "stm32l4xx_atecc608" [dependencies.crc] version = "2.0.0" default-features = false [dependencies.digest] version = "0.9.0" default-features = false [dependencies.embedded-hal] version = "1.0.0-alpha.4" [dependencies.generic-array] version = "0.14.4" [dependencies.heapless] version = "^0.7" [dependencies.signature] version = "1.2.2" default-features = false [features] default = [] std = ["env_logger", "linux-embedded-hal", "log", "openssl"] [target.armv7-unknown-linux-gnueabihf.dependencies.env_logger] version = "0.8.1" optional = true [target.armv7-unknown-linux-gnueabihf.dependencies.linux-embedded-hal] version = "0.4.0-alpha.0" optional = true [target.armv7-unknown-linux-gnueabihf.dependencies.log] version = "0.4.0" optional = true [target.armv7-unknown-linux-gnueabihf.dependencies.openssl] version = "0.10.30" features = ["vendored"] optional = true [target."cfg(all(target_arch = \"arm\", target_os = \"none\"))".dev-dependencies.cortex-m] version = "0.7.2" [target."cfg(all(target_arch = \"arm\", target_os = \"none\"))".dev-dependencies.cortex-m-rt] version = "0.6.12" [target."cfg(all(target_arch = \"arm\", target_os = \"none\"))".dev-dependencies.cortex-m-semihosting] version = "0.3.5" [target."cfg(all(target_arch = \"arm\", target_os = \"none\"))".dev-dependencies.panic-halt] version = "0.2.0" [target."cfg(all(target_arch = \"arm\", target_os = \"none\"))".dev-dependencies.panic-semihosting] version = "0.5.0" [target."cfg(all(target_arch = \"arm\", target_os = \"none\"))".dev-dependencies.stm32l4xx-hal] version = "0.6.0" features = ["rt", "stm32l4x5"]