# 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 = "cint" version = "0.3.1" authors = ["Gray Olson "] description = "A lean, minimal, and stable set of types for color interoperation between crates in Rust." homepage = "https://github.com/termhn/cint" documentation = "https://docs.rs/cint" license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/termhn/cint" [package.metadata.docs.rs] features = ["bytemuck"] [dependencies.bytemuck] version = "1.9.0" optional = true