# 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 = "inku" version = "0.4.0" authors = ["Odin Dutton "] description = "An RGBA color backed by a `u32` for simple color manipulation" readme = "README.md" keywords = ["color", "u32", "rgb", "rgba"] categories = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/twe4ked/inku" [dependencies.crossterm] version = "0.20.0" optional = true [dev-dependencies.crossterm] version = "0.20.0" [features] color_debug = ["crossterm"]