tinty 0.31.0

Change the theme of your terminal, text editor and anything else with one command!
# 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"
name = "tinty"
version = "0.31.0"
authors = [
    "Jamy Golden <code@jamygolden.com>",
    "Tinted Theming <tintedtheming@proton.me>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Change the theme of your terminal, text editor and anything else with one command!"
homepage = "https://github.com/tinted-theming/tinty"
readme = "README.md"
keywords = [
    "cli",
    "base16",
    "shell",
    "tinted-theming",
    "theme",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
repository = "https://github.com/tinted-theming/tinty"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.clap_complete]
version = "4.5.65"

[dependencies.dirs]
version = "6.0.0"

[dependencies.fs2]
version = "0.4.3"

[dependencies.hex_color]
version = "3.0.0"

[dependencies.home]
version = "0.5.12"

[dependencies.rand]
version = "0.8.6"

[dependencies.rayon]
version = "1.11"

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.shell-words]
version = "1.1.1"

[dependencies.strip-ansi-escapes]
version = "0.2.1"

[dependencies.tempfile]
version = "=3.6.0"

[dependencies.tinted-builder]
version = "0.13.0"

[dependencies.tinted-builder-rust]
version = "0.17.0"

[dependencies.tinted-scheme-extractor]
version = "0.11.0"

[dependencies.toml]
version = "0.8.23"

[dependencies.url]
version = "2.5.8"

[dependencies.xdg]
version = "2.5.2"

[lints.clippy]
arithmetic_side_effects = "deny"
as_conversions = "deny"
exit = "deny"
expect_used = "deny"
indexing_slicing = "deny"
panic = "deny"
panic_in_result_fn = "deny"
string_slice = "deny"
todo = "deny"
unchecked_time_subtraction = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
unsafe_code = "forbid"