# 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" name = "yacme-key" version = "1.2.0" authors = ["Alex Rudy "] description = "ACME Key datastructures for YACME" readme = "README.md" categories = [ "asynchronous", "network-programming", "cryptography", ] license = "MIT" repository = "https://github.com/alexrudy/yacme" resolver = "1" [dependencies.base64ct] version = "^1.6.0" features = ["alloc"] [dependencies.const-oid] version = "0.9.2" features = ["db"] [dependencies.der] version = "0.6.1" features = [ "std", "pem", "oid", "derive", ] [dependencies.ecdsa] version = "^0.15.1" features = [ "std", "pkcs8", "pem", ] [dependencies.elliptic-curve] version = "^0.12.3" features = [ "pkcs8", "jwk", "arithmetic", "sec1", ] [dependencies.p256] version = "^0.12.0" features = [ "pkcs8", "arithmetic", "jwk", ] [dependencies.pem-rfc7468] version = "^0.6.0" features = ["std"] [dependencies.pkcs8] version = "^0.9.0" features = [ "alloc", "pem", ] [dependencies.serde] version = "^1.0.158" features = ["derive"] [dependencies.serde_json] version = "^1.0.94" [dependencies.sha2] version = "^0.10.6" [dependencies.signature] version = "^2.0.0" [dependencies.x509-cert] version = "0.1.1" features = [ "alloc", "pem", "std", ]