# 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" rust-version = "1.80" name = "alacritty-theme-switcher" version = "0.1.5" authors = ["Max Hösel "] build = false exclude = [ ".github", "dist", "media", "Makefile", ".pre-commit-config.yaml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Easily switch between color themes for Alacritty" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/spacebird-dev/alacritty-theme-switcher" [[bin]] name = "alacritty-theme-switcher" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" features = [ "derive", "unicode", ] [dependencies.itertools] version = "0.13.0" [dependencies.semver] version = "1.0.23" [dependencies.toml] version = "0.8.12" [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.18"