# 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 = "loadstone_config" version = "1.0.0" description = "Portable secure bootloader for Cortex-M MCUs - Configuration layer" keywords = ["embedded", "bootloader", "cortex", "secure", "bare_metal"] categories = ["embedded", "no-std"] license = "MIT" repository = "https://github.com/absw/loadstone" [dependencies.anyhow] version = "1.0.*" [dependencies.ecdsa] version = "0.11" features = ["pem"] default-features = false [dependencies.enum-iterator] version = "0.6.*" [dependencies.itertools] version = "0.10.*" [dependencies.p256] version = "0.8.1" features = ["ecdsa", "sha256", "pem"] default-features = false [dependencies.quote] version = "1.0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.9.5" default-features = false [dependencies.syn] version = "1.0.63" features = ["full", "fold"] [dependencies.tightness] version = "1.0.*"