casc 0.1.1

A cross-platform CLI tool for Blizzard CASC archives.
# 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 = "casc"
version = "0.1.1"
build = "build.rs"
exclude = [
    "ext/CascLib/listfile/*",
    "ext/CascLib/debian/*",
    "ext/CascLib/.vscode/*",
    "ext/CascLib/*.sln",
    "ext/CascLib/*.vcxproj*",
    "ext/CascLib/*.vcproj",
    "ext/CascLib/*.bat",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cross-platform CLI tool for Blizzard CASC archives."
readme = "README.md"
keywords = [
    "casc",
    "blizzard",
    "archive",
    "diablo",
    "diablo2",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/ironsp4rk/casc-cli"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.ctrlc]
version = "3.5"

[dependencies.globset]
version = "0.4"

[dev-dependencies.mockall]
version = "0.14"

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cmake]
version = "0.1"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"
strip = true