# 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 = "2018" name = "ocsp" version = "0.4.0" authors = ["chen gao"] exclude = [".*"] description = "An OCSP encoding/decoding lib for Rust" homepage = "https://github.com/maicallist/ocsp-rs" readme = "README.md" keywords = [ "ocsp", "pki", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/maicallist/ocsp-rs" [dependencies.asn1_der] version = "0.7" [dependencies.chrono] version = "0.4" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dev-dependencies.tokio] version = "1.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tracing-log] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.2" features = [ "fmt", "env-filter", "chrono", ]