# 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.4.3" authors = ["Heiko Schaefer "] build = 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" [profile.release] codegen-units = 1 [[bin]] name = "rsop" path = "src/main.rs" required-features = ["cli"] [[bin]] name = "rsopv" path = "src/main.rs" required-features = ["cliv"] [dependencies.env_logger] version = ">=0.10, <0.12" [dependencies.rpgpie-sop] version = "0.4.2" [dependencies.sop] version = "0.8" [features] cli = ["sop/cli"] cliv = ["sop/cliv"] default = ["cli"]