# 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" rust-version = "1.65" name = "rpi-derive-key" version = "0.2.1" authors = ["Silitics GmbH "] description = "A utility crate for deriving secure device-specific keys on Raspberry Pi." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/silitics/rpi-derive-key" [dependencies.hkdf] version = "0.12" [dependencies.nix] version = "0.26" features = ["ioctl"] [dependencies.rand] version = "0.8.5" [dependencies.sha3] version = "0.10" [dependencies.thiserror] version = "1.0.38"