[package] name = "image4-pki" description = "An experimantal crate containing implementation of assymetric crypto primitives usable with the image4 crate." authors = ["turbocooler "] version = "0.1.0" license = "MIT OR Apache-2.0" edition = "2021" rust-version = "1.65" categories = ["cryptography", "encoding"] keywords = ["img4", "im4m", "im4p", "im4r", "iboot"] repository = "https://gitlab.com/turbocooler/image4-rs" documentation = "https://docs.rs/image4-pki" [dependencies] der = { version = "0.7", features = ["oid", "std"] } const-oid = { version = "0.9", features = ["db"] } rsa = { version = "0.9", features = ["std", "sha1", "sha2"] } ecdsa = { version = "0.16", features = ["std", "der"] } p256 = { version = "0.13" } p384 = { version = "0.13" } sha1 = "0.10" sha2 = "0.10" spki = "0.7" signature = "2.1" sec1 = { version = "0.7", features = ["pkcs8", "std"] } pkcs8 = "0.10"