catppuccin-palette/rust/Cargo.toml

22 lines
493 B
TOML
Raw Normal View History

2022-10-23 17:33:09 +02:00
[package]
name = "catppuccin"
2022-10-23 23:21:35 +02:00
version = "1.0.3"
2022-10-23 17:33:09 +02:00
authors = ["backwardspy <backwardspy@gmail.com>"]
edition = "2021"
description = "🦀 Soothing pastel theme for Rust."
repository = "https://github.com/catpuccin/palettes/tree/main/rust"
license = "MIT"
keywords = ["catppuccin", "palette", "colour", "theme"]
[package.metadata.docs.rs]
all-features = true
[dependencies]
ansi_term = { version = "0.12.1", optional = true }
[dev-dependencies]
indoc = "1.0.7"
[features]
ansi = ["ansi_term"]