# 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 = "cfonts" version = "1.2.0" authors = ["Dominik Wilkowski "] include = [ "/fonts", "/src", "!.DS_Store", "/LICENSE", ] description = "Sexy ANSI fonts for the console" homepage = "https://github.com/dominikwilkowski/cfonts" documentation = "https://docs.rs/cfonts/" readme = "README.md" keywords = [ "fonts", "color", "console", "ascii", "ANSI", ] categories = [ "command-line-interface", "command-line-utilities", "graphics", ] license = "GPL-3.0-or-later" repository = "https://github.com/dominikwilkowski/cfonts" [dependencies.enable-ansi-support] version = "0.2" [dependencies.exitcode] version = "1" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.supports-color] version = "3" [dependencies.terminal_size] version = "0.3" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.temp-env] version = "0.3"