Files
age-plugin-xwing/Cargo.toml

20 lines
559 B
TOML

[package]
name = "age-plugin-xwing"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
description = "X-Wing plugin for age clients"
repository = "https://github.com/Rixxc/age-plugin-xwing"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
age-core = "0.11.0"
age-plugin = "0.6.0"
base64 = "0.22.1"
clap = { version = "4.5.1", features = ["derive"] }
x-wing = { version = "0.0.1-pre.1", features = ["getrandom", "zeroize"] }
rand_core = "0.6.4"
kem = "0.3.0-pre.0"