# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "termformat" version = "0.0.1" authors = ["Andrew Hobden "] description = "A simple command line terminal text formatter. Reads from parameter or stdin." homepage = "https://github.com/hoverbear/termformat" documentation = "https://docs.rs/crate/termformat/" readme = "README.md" keywords = ["terminal", "formatter"] categories = ["command-line-interface"] license = "MIT" [dependencies.clap] version = "2.26.2" [dependencies.term] version = "0.4.6" [dependencies.error-chain] version = "0.11.0" [badges.maintenance] status = "experimental" [badges.github] repository = "https://github.com/hoverbear/termformat" [badges.travis-ci] repository = "hoverbear/termformat"