# 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 = "printr" version = "0.1.3" authors = ["Diptesh Choudhuri "] build = "build.rs" description = "The smarter echo alternative" homepage = "https://github.com/IgnisDa/printr" documentation = "https://github.com/IgnisDa/printr" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/IgnisDa/printr" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "2.33.0" features = ["suggestions"] default-features = false [dependencies.sentiment] version = "0.1.1" [dev-dependencies.assert_cmd] version = "1.0.3" [dev-dependencies.predicates] version = "1" [dev-dependencies.tempfile] version = "3" [build-dependencies.clap] version = "2.33.0" features = ["suggestions"] default-features = false