rars-cli 0.3.0

Command-line interface for the rars RAR archive toolkit.
# 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"
rust-version = "1.87"
name = "rars-cli"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the rars RAR archive toolkit."
homepage = "https://github.com/bitplane/rars"
documentation = "https://docs.rs/rars"
readme = "README.md"
keywords = [
    "rar",
    "archive",
    "compression",
]
categories = [
    "command-line-utilities",
    "compression",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bitplane/rars"

[package.metadata.docs.rs]
all-features = true

[features]
fast = [
    "rars/fast",
    "rars-crc32/fast",
]
parallel = [
    "dep:rayon",
    "rars/parallel",
    "rars-crc32/parallel",
]

[[bin]]
name = "rars"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "wrap_help",
]

[dependencies.libc]
version = "0.2"

[dependencies.rars]
version = "0.3.0"

[dependencies.rars-crc32]
version = "0.3.0"

[dependencies.rayon]
version = "1.12.0"
optional = true

[dependencies.rpassword]
version = "7"

[dependencies.zeroize]
version = "1.8"
features = [
    "alloc",
    "zeroize_derive",
]
default-features = false

[lints.clippy]
dbg_macro = "warn"
todo = "warn"
unimplemented = "warn"

[lints.rust]
unsafe_code = "forbid"
unused_must_use = "deny"