[package] name = "ocsp-server" authors = ["DorianCoding"] description = "OCSP server, listening for requests to give responses." version = "0.2.0" edition = "2021" license = "GPL-3.0-only" repository = "https://github.com/DorianCoding/OCSP_server" keywords = ["ocsp", "server", "ocsp-response"] categories = ["caching", "cryptography"] exclude = [ "binaries/*", "config.toml", "service.sh", ] [dependencies] chrono = { version = "~0.4.31", default-features = false, features = ["std"]} config-file = "~0.2.3" hex = "~0.4.3" mysql = { version = "~24.0.0", default-features = false, features = ["minimal"]} ocsp = "~0.4.0" #openssl-sys = { version = "~0.9.103", features = ["vendored" ]} ring = "0.17.8" rocket = "~0.5.0" serde = "~1.0.193" x509-parser = "0.16.0" zeroize = { version = "~1.7.0", features = ["std", "zeroize_derive"] } [profile.release] strip = "symbols" [lints.rust] unsafe_code = "warn" [badges] maintenance = {status = "passively-maintained" }