# 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-catwalk" version = "1.3.2" authors = ["Catppuccin Org "] description = "🚶 Soothing pastel previews for the high-spirited!" readme = "README.md" license = "MIT" repository = "https://github.com/catppuccin/catwalk" [package.metadata.binstall] pkg-fmt = "bin" pkg-url = "{ repo }/releases/download/v{ version }/catwalk-{ target }{ archive-suffix }" [package.metadata.wasm-pack.profile.release] wasm-opt = ["-O3"] [profile.release] opt-level = "s" lto = true strip = true [lib] crate-type = [ "cdylib", "rlib", ] [[bin]] name = "catwalk" path = "src/main.rs" [dependencies.thiserror] version = "1.0.61" [target."cfg(not(target_family = \"wasm\"))".dependencies.clap] version = "4.5.4" features = ["derive"] [target."cfg(not(target_family = \"wasm\"))".dependencies.clap_complete] version = "4.5.2" [target."cfg(not(target_family = \"wasm\"))".dependencies.color-eyre] version = "0.6.3" default-features = false [target."cfg(not(target_family = \"wasm\"))".dependencies.ril] version = "0.10.1" features = [ "png", "resize", "webp", ] default-features = false [target."cfg(target_family = \"wasm\")".dependencies.getrandom] version = "0.2.15" features = ["js"] [target."cfg(target_family = \"wasm\")".dependencies.js-sys] version = "0.3.69" [target."cfg(target_family = \"wasm\")".dependencies.ril] version = "0.10.1" default-features = false [target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen] version = "0.2.92" [target."cfg(target_family = \"wasm\")".dependencies.web-sys] version = "0.3.69" features = ["ImageData"]