# 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 = "rustcolor" version = "0.5.0" authors = ["jcbritobr "] description = "Rust terminal rendering library thats supports 3/4 bit, 8 bit and 24 bit colors." homepage = "https://github.com/jcbritobr/rustcolor" readme = "README.md" license = "MIT" repository = "https://github.com/jcbritobr/rustcolor" [[bin]] name = "styles" [[bin]] name = "print4bitcolor" [[bin]] name = "print8bitcolor" [[bin]] name = "print24bitcolor" [[bin]] name = "customstyle" [dependencies]