mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
22 lines
478 B
TOML
22 lines
478 B
TOML
[package]
|
|
name = "age-plugin"
|
|
description = "[BETA] API for writing age plugins."
|
|
version = "0.4.0"
|
|
authors = ["Jack Grigg <thestr4d@gmail.com>"]
|
|
repository = "https://github.com/str4d/rage"
|
|
readme = "README.md"
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version = "1.65"
|
|
|
|
[dependencies]
|
|
age-core = { version = "0.9.0", path = "../age-core", features = ["plugin"] }
|
|
base64 = "0.13"
|
|
bech32 = "0.9"
|
|
chrono = "0.4"
|
|
|
|
[dev-dependencies]
|
|
gumdrop = "0.8"
|
|
|
|
[lib]
|
|
bench = false
|