# 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 = "2021" name = "prettypretty" version = "0.10.0" authors = ["Robert Grimm "] include = [ "/README.md", "/LICENSE", "/src", ] description = "Applying 2020s color science to 1970s terminal user interfaces" homepage = "https://crates.io/crates/prettypretty" documentation = "https://docs.rs/prettypretty/latest/prettypretty/" readme = "README.md" keywords = [ "awesome", "terminal", "color", "ANSI-escapes", "TUI", ] categories = [ "command-line-interface", "gui", "graphics", "encoding", ] license = "Apache-2.0" repository = "https://github.com/apparebit/prettypretty" [package.metadata.docs.rs] all-features = false [lib] name = "prettypretty" crate-type = [ "lib", "cdylib", ] [dependencies.pyo3] version = "0.22.0" features = [ "extension-module", "abi3", "abi3-py311", ] optional = true [features] default = ["f64"] f64 = [] pyffi = ["dep:pyo3"]