# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "colstodian" version = "0.1.0-rc.3" authors = ["Gray Olson "] description = "An opinionated, practical color management library for games and graphics." homepage = "https://github.com/termhn/colstodian" documentation = "https://docs.rs/colstodian" license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/termhn/colstodian" [package.metadata.docs.rs] features = ["std", "with-serde"] [dependencies.bytemuck] version = "1.5.1" [dependencies.cint] version = "^0.2.1" features = ["bytemuck"] [dependencies.glam] version = "0.17.1" features = ["bytemuck"] default-features = false [dependencies.kolor] version = "^0.1.6" features = ["glam", "f32", "color-matrices"] default-features = false [dependencies.num-traits] version = "^0.2.14" optional = true default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true [features] default = ["std"] libm = ["kolor/libm", "glam/libm", "num-traits", "num-traits/libm"] std = ["kolor/std", "glam/std"] with-serde = ["serde", "kolor/serde1", "glam/serde"]