# 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 = "makeup" version = "0.0.8" description = "Stylish CLIs/TUIs for Rust!" readme = "README.md" keywords = [ "cli", "tui", "terminal", "color", "60fps", ] categories = [ "command-line-interface", "rendering", "rendering::engine", ] license = "MIT" repository = "https://github.com/queer/makeup" [dependencies.async-recursion] version = "1.0.5" [dependencies.async-trait] version = "0.1.75" [dependencies.derivative] version = "2.2.0" [dependencies.either] version = "1.9.0" [dependencies.eyre] version = "0.6.11" [dependencies.futures-util] version = "0.3.29" [dependencies.indoc] version = "2.0.4" [dependencies.libc] version = "0.2.151" [dependencies.makeup-ansi] version = "0.0.3" [dependencies.makeup-console] version = "0.0.7" [dependencies.makeup-macros] version = "0.0.2" [dependencies.rand] version = "0.8.5" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.taffy] version = "0.3.18" [dependencies.thiserror] version = "1.0.51" [dependencies.tokio] version = "1.35.1" features = ["full"] [dev-dependencies.colorgrad] version = "0.6.2"