# 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-protocol" version = "1.1.0" authors = ["Alex Rudy "] description = "ACME JWT protocol implementation" 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.eyre] version = "0.6.8" [dependencies.http] version = "0.2.9" [dependencies.mime] version = "0.3.16" [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.signature] version = "^2.0.0" [dependencies.thiserror] version = "^1.0.38" [dependencies.tracing] version = "0.1.37" features = ["async-await"] [dependencies.url] version = "2.3.1" features = ["serde"] [dependencies.yacme-key] version = "1.0.1" [features] trace-requests = []