[package] name = "easy-rsa-registry" version = "0.3.0" edition = "2021" description = "Read certificate data from easy-rsa registry" license = "MIT OR Apache-2.0" authors = ["Eugene Lebedev "] homepage = "https://gitlab.com/weird-crates/easy-rsa-registry-rs.git" repository = "https://gitlab.com/weird-crates/easy-rsa-registry-rs.git" readme = "README.md" keywords = ["easy-rsa", "pki"] categories = ["parsing", "parser-implementations", "data-structures"] [dependencies] thiserror = "1.0.49" chrono = "0.4.31" log = "0.4.20"