# 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" name = "ux-primitives" version = "0.2.2" authors = ["Victor Dudochkin "] description = "Graphics Primitives for Angular Rust" homepage = "https://angular-rust.github.io/ux-primitives" documentation = "https://docs.rs/ux-primitives" readme = "README.md" keywords = [ "canvas", "color", "color-spaces", "color-conversion", ] categories = ["data-structures"] license = "MPL-2.0" repository = "https://github.com/angular-rust/ux-primitives" [lib] name = "primitives" [dependencies.bytes] version = "1.0" [dependencies.intmap] version = "0.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-traits] version = "0.2.14" [dev-dependencies.libmath] version = "0.2.1" [features] color_from_css = [] color_quantization = [] experimental = [] [badges.maintenance] status = "actively-developed"