magic_cap_cli 0.0.1

Magic Cap is a user-friendly tool for encrypted files.
Documentation
# 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 = "2024"
name = "magic_cap_cli"
version = "0.0.1"
authors = [
    "meejah <meejah@meejah.ca>",
    "shapr <shae@ScannedInAvian.com>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Magic Cap is a user-friendly tool for encrypted files."
homepage = "https://github.com/magic-cap"
readme = "README.org"
keywords = [
    "crypto",
    "cryptography",
    "cli",
    "security",
]
categories = [
    "cryptography",
    "command-line-utilities",
    "data-structures",
    "encoding",
    "security",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/magic-cap/magic-cap"

[lib]
name = "magic_cap_cli"
path = "src/lib.rs"

[[bin]]
name = "mcap"
path = "src/bin/mcap.rs"

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.magic_cap]
version = "0.0.1"

[dev-dependencies.proptest]
version = "1.9.0"

[dev-dependencies.tempfile]
version = "3.24.0"