# 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 = "ocsp-stapler" version = "0.4.1" authors = ["Igor Novgorodov "] description = "OCSP stapler & client with support for Rustls" homepage = "https://github.com/blind-oracle/ocsp-stapler" readme = "README.md" keywords = [ "ocsp", "stapling", "staple", "rustls", "client", ] categories = [ "network-programming", "cryptography", "asynchronous", "web-programming::http-server", ] license = "MPL-2.0" repository = "https://github.com/blind-oracle/ocsp-stapler" [lib] doctest = false [dependencies.anyhow] version = "1.0" [dependencies.arc-swap] version = "1" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1.5" [dependencies.chrono] version = "0.4" [dependencies.http] version = "1.1" [dependencies.itertools] version = "0.13" [dependencies.prometheus] version = "0.13" [dependencies.rasn] version = "0.15" [dependencies.rasn-ocsp] version = "0.15" [dependencies.rasn-pkix] version = "0.15" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "rustls-tls-webpki-roots", "http2", "charset", "macos-system-configuration", ] default_features = false [dependencies.rustls] version = "0.23" [dependencies.sha1] version = "0.10" [dependencies.tokio] version = "1.36" features = ["full"] [dependencies.tokio-util] version = "0.7" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.5" [dependencies.x509-parser] version = "0.16" [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.httptest] version = "0.16" [dev-dependencies.num-bigint] version = "0.4" [dev-dependencies.rustls-pemfile] version = "2" [build-dependencies.readme-rustdocifier] version = "0.1.0"