# 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 = "2018" name = "dgc" version = "0.0.7" authors = ["Luciano Mammino"] description = "A parser and validator for the EU Digital Green Certificate (dgc) a.k.a. greenpass" readme = "README.md" keywords = ["dgc", "greenpass", "certificate", "cose", "health"] categories = ["encoding", "data-structures", "cryptography"] license = "MIT" repository = "https://github.com/rust-italia/dgc" [dependencies.base45] version = "3.0.0" [dependencies.base64] version = "0.13.0" [dependencies.ciborium] version = "0.2.0" [dependencies.der-parser] version = "6.0.0" [dependencies.inflate] version = "0.4.5" [dependencies.ring] version = "0.16.20" [dependencies.ring-compat] version = "0.3.2" [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.30" [dependencies.x509-parser] version = "0.12.0" features = ["verify"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rstest] version = "0.11.0"