# 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 = "alacritty-opacity" version = "0.1.1" authors = ["Minhyeok Lee "] description = "A utility to adjust opacity for Alacritty" homepage = "https://github.com/minhyeoky/alacritty-opacity" readme = "README.md" keywords = [ "Alacritty", "alacritty", "alacritty-opacity", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/minhyeoky/alacritty-opacity" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.regex] version = "1.6.0" [dependencies.shellexpand] version = "2.1"