# 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 = "2018" rust-version = "1.74" name = "vivid" version = "0.10.1" authors = ["David Peter "] exclude = ["demo/*"] description = "LS_COLORS manager with multiple themes" homepage = "https://github.com/sharkdp/vivid" readme = "README.md" categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/sharkdp/vivid" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.ansi_colours] version = "1.0" [dependencies.clap] version = "4" features = [ "suggestions", "color", "wrap_help", "cargo", ] [dependencies.etcetera] version = "0.8" [dependencies.lazy_static] version = "1.2" [dependencies.rust-embed] version = "8.4" [dependencies.yaml-rust] version = "0.4" [dev-dependencies.assert_cmd] version = "2.0.14"