forked from angular-rust/ux-primitives
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
34 lines (29 loc) · 793 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "ux-primitives"
version = "0.1.4"
authors = ["Victor Dudochkin <dudochkin.victor@gmail.com>"]
readme = "README.md"
homepage = "https://angular-rust.github.io/ux-primitives"
repository = "https://github.com/angular-rust/ux-primitives"
documentation = "https://docs.rs/ux-primitives"
description = "Graphics Primitives for Angular Rust"
keywords = ["canvas", "color", "color-spaces", "color-conversion"]
categories = ["data-structures"]
edition = "2018"
license = "MPL-2.0"
[badges]
maintenance = { status = "actively-developed" }
[lib]
name = "primitives"
[features]
color_from_css = []
color_quantization = []
experimental = []
[dependencies]
intmap = "0.7"
lazy_static = "1.4.0"
bytes = "1.0"
num-traits = "0.2.14"
# cgmath = "0.18"
[dev-dependencies]
libmath = "0.2.1"