# 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 = "dco3_crypto" version = "0.7.0" authors = ["Octavio Simone"] description = "Symmetric and asymmetric encryption for DRACOON in Rust." homepage = "https://github.com/unbekanntes-pferd/dco3-crypto" readme = "README.md" keywords = [ "dracoon", "cryptography", "openssl", ] license = "MIT" repository = "https://github.com/unbekanntes-pferd/dco3-crypto" [dependencies.openssl] version = "0.10.64" features = ["vendored"] [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.serde_json] version = "1" [dependencies.tracing] version = "0.1.40"