# 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 = "catppuccin-whiskers" version = "2.5.1" authors = ["backwardspy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "😾 Soothing port creation tool for the high-spirited!" homepage = "https://github.com/catppuccin/whiskers/tree/main/whiskers" readme = "README.md" license = "MIT" repository = "https://github.com/catppuccin/whiskers" [package.metadata.binstall] pkg-fmt = "bin" pkg-url = "{ repo }/releases/download/v{ version }/whiskers-{ target }{ archive-suffix }" [profile.release] opt-level = "z" lto = true strip = true [lib] name = "whiskers" path = "src/lib.rs" [[bin]] name = "whiskers" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [[test]] name = "encodings" path = "tests/encodings.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.base64] version = "0.22.1" [dependencies.catppuccin] version = "2.4.0" features = [ "serde", "css-colors", ] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clap-stdin] version = "0.5.0" [dependencies.css-colors] version = "1.0.1" [dependencies.detect-newline-style] version = "0.1.2" [dependencies.encoding_rs_io] version = "0.1.7" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.itertools] version = "0.13.0" [dependencies.lzma-rust] version = "0.1.6" [dependencies.rmp-serde] version = "1.3.0" [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yaml] version = "0.9.34" [dependencies.tempfile] version = "3.10.1" [dependencies.tera] version = "1.19.1" features = ["preserve_order"] [dependencies.thiserror] version = "1.0.61" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0" [lints.clippy] cast_possible_truncation = "allow" cast_sign_loss = "allow" implicit_hasher = "allow" missing_errors_doc = "allow" unwrap_used = "warn" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1