# 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 = "age-plugin-hpke" version = "0.1.2" authors = ["Thibault Meunier "] description = "HPKE plugin for age clients." homepage = "https://github.com/thibmeu/age-plugin-hpke" readme = "./README.md" keywords = [ "hpke", "age", "cli", "cryptography", "encryption", ] categories = [ "command-line-utilities", "cryptography", ] license = "MIT" repository = "https://github.com/thibmeu/age-plugin-hpke" [dependencies.age] version = "0.9.2" [dependencies.age-core] version = "0.9.0" [dependencies.age-plugin] version = "0.4.0" [dependencies.base64] version = "0.21.3" [dependencies.bech32] version = "0.9.1" [dependencies.bincode] version = "2.0.0-rc.3" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.21" [dependencies.clap-verbosity-flag] version = "2.0.1" [dependencies.hpke_pq] version = "0.10.1" features = [ "p384", "xyber768d00", ] [dependencies.rand] version = "0.8.5"