oxiarc-cli 0.2.5

Command-line interface for OxiArc archive operations
# 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"
rust-version = "1.85"
name = "oxiarc-cli"
version = "0.2.5"
authors = ["COOLJAPAN OU (Team KitaSan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for OxiArc archive operations"
readme = "README.md"
keywords = [
    "cli",
    "archive",
    "compression",
    "zip",
    "lzh",
]
categories = [
    "command-line-utilities",
    "compression",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxiarc"
resolver = "2"

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

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

[dependencies.clap_complete]
version = "4.6.0"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.filetime]
version = "0.2.27"

[dependencies.glob]
version = "0.3"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.oxiarc-archive]
version = "0.2"

[dependencies.oxiarc-core]
version = "0.2"

[dependencies.oxiarc-lzma]
version = "0.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"