# 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 = "greenpass" version = "0.2.0" authors = ["Marco Cilloni "] exclude = ["fuzz/"] description = "Rust crate to parse EU Digital Green Certificates for COVID-19" license = "MPL-2.0" repository = "https://github.com/mcilloni/greenpass" resolver = "2" [dependencies.anyhow] version = "1.0.53" [dependencies.base45] version = "3.0.0" [dependencies.chrono] version = "0.4.19" [dependencies.ciborium] version = "0.2.0" [dependencies.clap] version = "3.0.13" features = ["derive"] [dependencies.flate2] version = "1.0.22" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.thiserror] version = "1.0.30"