# 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 = "rpgpie-certificate-store" version = "0.1.0" authors = ["Heiko Schaefer "] description = "Certificate store for rpgpie, based on openpgp-cert-d" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/heiko/rpgpie-certificate-store" [lib] [dependencies.chrono] version = "0.4" [dependencies.diesel] version = "2" features = [ "sqlite", "chrono", ] [dependencies.diesel_migrations] version = "2" [dependencies.email-address-parser] version = "2" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.openpgp-cert-d] version = "0.3" [dependencies.reqwest] version = "0.12" features = ["blocking"] [dependencies.rpgpie] version = "0.1" [dependencies.thiserror] version = "1" [dev-dependencies.env_logger] version = "0.11"