# 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 = "pretty" version = "0.12.3" authors = [ "Jonathan Sterling ", "Darin Morrison ", "Markus Westerlind ", ] description = "Wadler-style pretty-printing combinators in Rust" documentation = "https://docs.rs/pretty/" readme = "README.md" keywords = [ "console", "functional", "pretty-printing", ] license = "MIT" repository = "https://github.com/Marwes/pretty.rs" [package.metadata.docs.rs] features = ["termcolor"] [[example]] name = "trees" [[example]] name = "colored" required-features = ["termcolor"] [[bench]] name = "trees" harness = false [dependencies.arrayvec] version = "0.5" [dependencies.termcolor] version = "1.1.0" optional = true [dependencies.typed-arena] version = "2.0.0" [dependencies.unicode-width] version = "0.1" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.difference] version = "2" [dev-dependencies.expect-test] version = "1" [dev-dependencies.tempfile] version = "3.1.0"