# 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 = "image4-pki" version = "0.1.0" authors = ["turbocooler "] description = "An experimantal crate containing implementation of assymetric crypto primitives usable with the image4 crate." documentation = "https://docs.rs/image4-pki" readme = "README.md" keywords = [ "img4", "im4m", "im4p", "im4r", "iboot", ] categories = [ "cryptography", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/turbocooler/image4-rs" [dependencies.const-oid] version = "0.9" features = ["db"] [dependencies.der] version = "0.7" features = [ "oid", "std", ] [dependencies.ecdsa] version = "0.16" features = [ "std", "der", ] [dependencies.p256] version = "0.13" [dependencies.p384] version = "0.13" [dependencies.pkcs8] version = "0.10" [dependencies.rsa] version = "0.9" features = [ "std", "sha1", "sha2", ] [dependencies.sec1] version = "0.7" features = [ "pkcs8", "std", ] [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.signature] version = "2.1" [dependencies.spki] version = "0.7"