currust 1.0.3

A tool to convert Windows (CUR/ANI) cursor themes to Linux (Xcursor) cursor themes.
# 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 = "currust"
version = "1.0.3"
authors = ["hachispin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to convert Windows (CUR/ANI) cursor themes to Linux (Xcursor) cursor themes."
readme = "README.md"
keywords = [
    "cursor-converter",
    "xcursor",
    "ani",
    "cursor-theme",
    "scaling",
]
categories = [
    "command-line-utilities",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/hachispin/currust"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.binrw]
version = "0.15.0"

[dependencies.bytemuck]
version = "1.25.0"

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

[dependencies.configparser]
version = "3.1.0"

[dependencies.fast_image_resize]
version = "6.0.0"
features = ["rayon"]

[dependencies.ico]
version = "0.5.0"

[dependencies.rayon]
version = "1.11.0"

[dev-dependencies.lazy_static]
version = "1.5.0"

[dev-dependencies.libc]
version = "0.2.180"

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

[dev-dependencies.x11]
version = "2.21.0"

[profile.dist]
lto = "thin"
inherits = "release"