# 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 = "deno_terminal" version = "0.2.0" authors = ["the Deno authors"] description = "Terminal styling and other functionality used across Deno" documentation = "https://docs.rs/deno_terminal" readme = "README.md" license = "MIT" repository = "https://github.com/denoland/deno_terminal" [dependencies.once_cell] version = "1.17.1" [dependencies.termcolor] version = "1.1.3" optional = true [dev-dependencies.pretty_assertions] version = "1.0.0" [features] colors = ["termcolor"] default = ["colors"]