Bug 1842773 - Part 11: Make DataView byteOffset and byteLength accessors aware of...
[gecko.git] / gfx / qcms / Cargo.toml
blob094d1183d1b804500630b709bb14611aaa9b44c2
1 [package]
2 name = "qcms"
3 authors = ["Jeff Muizelaar", "Benoit Girard", "Andrew Osmond"]
4 version = "0.3.0"
5 edition = "2018"
6 include = ["src/**/*", "build.rs"]
7 description = "lightweight color management"
8 documentation = "https://docs.rs/qcms"
9 license = "MIT"
10 repository = "https://github.com/FirefoxGraphics/qcms"
11 keywords = ["color"]
12 categories = ["graphics"]
14 [features]
15 default = ["iccv4-enabled", "cmyk"]
16 c_bindings = ["libc"]
17 neon = []
18 iccv4-enabled = []
19 cmyk = []
21 [dependencies]
22 libc = {version = "0.2", optional = true }