rsop 0.7.2

SOP CLI tool based on rPGP and rpgpie
[[bin]]
name = "rsop"
path = "src/main.rs"
required-features = ["cli"]

[[bin]]
name = "rsopv"
path = "src/main.rs"
required-features = ["cliv"]

[build-dependencies.sop]
version = "0.8"

[dependencies.env_logger]
version = ">=0.10, <0.12"

[dependencies.rpgpie-sop]
version = "0.7"

[dependencies.sop]
version = "0.8"

[features]
bzip2 = ["rpgpie-sop/bzip2"]
cli = ["sop/cli"]
cliv = ["sop/cliv"]
default = ["cli", "bzip2"]

[package]
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
default-run = "rsop"
description = "SOP CLI tool based on rPGP and rpgpie"
edition = "2021"
license = "CC0-1.0"
name = "rsop"
readme = "README.md"
repository = "https://codeberg.org/heiko/rsop"
version = "0.7.2"