# 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-schema" version = "1.1.0" authors = ["Alex Rudy "] description = "ACME request and response schemas" readme = "README.md" categories = [ "asynchronous", "network-programming", "cryptography", ] license = "MIT" repository = "https://github.com/alexrudy/yacme" resolver = "1" [dependencies.base64ct] version = "^1.5.3" features = ["alloc"] [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.der] version = "0.6.1" features = [ "std", "pem", "oid", "derive", ] [dependencies.hmac] version = "^0.12.1" [dependencies.http] version = "0.2.9" [dependencies.ouroboros] version = "^0.15.6" [dependencies.pem-rfc7468] version = "^0.6.0" features = ["std"] [dependencies.reqwest] version = "^0.11" features = [ "rustls-tls", "json", ] default-features = false [dependencies.serde] version = "^1.0.152" features = ["derive"] [dependencies.serde_json] version = "^1.0.93" [dependencies.sha2] version = "^0.10.6" [dependencies.signature] version = "^2.0.0" [dependencies.tracing] version = "0.1.37" features = ["async-await"] [dependencies.url] version = "2.3.1" features = ["serde"] [dependencies.x509-cert] version = "0.1.1" features = [ "alloc", "pem", "std", ] [dependencies.yacme-key] version = "1.0.1" [dependencies.yacme-protocol] version = "1.0.1" [dev-dependencies.pem-rfc7468] version = "^0.6.0" features = ["std"] [dev-dependencies.tokio] version = "^1.25" features = ["full"] [dev-dependencies.tracing-subscriber] version = "^0.3" [features] trace-requests = ["yacme-protocol/trace-requests"]