[package] name = "named_colors" version = "0.1.1" authors = ["Paterne GNONZION "] description = "A Rust library that provides named colors in RGB and Hexadecimal formats." repository = "https://github.com/teamflp/named_colors" license = "MIT OR Apache-2.0" edition = "2021" keywords = ["colors", "rgb", "hex", "colors", "rust"] categories = ["graphics", "data-structures", "algorithms"] readme = "README.md" documentation = "https://docs.rs/named_colors" homepage = "https://github.com/teamflp/named_colors" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.12.8", features = ["blocking", "json"] } tokio = { version = "1", features = ["full"] } [lib] path = "src/lib.rs"