[package] name = "x509-ca" description = """ X.509 certificate authority with a high-level interface for generating and signing certificates """ version = "0.0.0" # Also update html_root_url in lib.rs when bumping this authors = ["Tony Arcieri "] license = "Apache-2.0" homepage = "https://github.com/iqlusioninc/crates/" repository = "https://github.com/iqlusioninc/crates/tree/develop/x509-ca" readme = "README.md" categories = ["cryptography"] keywords = ["certificate", "x509"] edition = "2018" [badges] circle-ci = { repository = "tendermint/kms" } [dependencies] x509 = "0.1"