# 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 = "Rusty_CryptoAuthLib" version = "1.0.0" authors = ["Nihal Pasham "] description = "A platform agnostic I2C driver for Microchip's Crypto Authentication HW (i.e. secure element `ATECC608A`), written in pure Rust." homepage = "https://github.com/nihalpasham/Rusty_CryptoAuthLib.git" documentation = "https://docs.rs/Rusty_CryptoAuthLib" readme = "README.md" keywords = ["ATECC608A", "Microchip-driver", "Security", "Crypto", "Authentication"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/nihalpasham/Rusty_CryptoAuthLib.git" [profile.release] debug = true [dependencies.embedded-hal] version = "0.2.4" [dependencies.heapless] version = "0.5.5" [dependencies.nb] version = "0.1.2" [dependencies.postcard] version = "0.5.0" [dependencies.serde] version = "1.0.114" features = ["derive"] default-features = false [dev-dependencies.cortex-m-rt] version = "0.6.12" [dev-dependencies.cortex-m-semihosting] version = "0.3.5" [dev-dependencies.nrf52840-hal] version = "0.10.0" [dev-dependencies.panic-halt] version = "0.2.0" [features] default = ["rt"] rt = ["nrf52840-hal/rt"]