rsop 0.10.0

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

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

[[bin]]
name = "rsop"
path = "src/bin/rsop.rs"
required-features = ["cli"]

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

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

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

[dependencies.sop]
version = "0.8"

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