# 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-server" version = "0.2.0" authors = ["DorianCoding"] build = false exclude = [ "binaries/*", "config.toml", "service.sh", ] autobins = false autoexamples = false autotests = false autobenches = false description = "OCSP server, listening for requests to give responses." readme = "README.md" keywords = [ "ocsp", "server", "ocsp-response", ] categories = [ "caching", "cryptography", ] license = "GPL-3.0-only" repository = "https://github.com/DorianCoding/OCSP_server" [profile.release] strip = "symbols" [[bin]] name = "ocsp-server" path = "src/main.rs" [dependencies.chrono] version = "~0.4.31" features = ["std"] default-features = false [dependencies.config-file] version = "~0.2.3" [dependencies.hex] version = "~0.4.3" [dependencies.mysql] version = "~24.0.0" features = ["minimal"] default-features = false [dependencies.ocsp] version = "~0.4.0" [dependencies.ring] version = "0.17.8" [dependencies.rocket] version = "~0.5.0" [dependencies.serde] version = "~1.0.193" [dependencies.x509-parser] version = "0.16.0" [dependencies.zeroize] version = "~1.7.0" features = [ "std", "zeroize_derive", ] [badges.maintenance] status = "passively-maintained" [lints.rust] unsafe_code = "warn"