# 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 = "oozz" version = "0.4.1" authors = ["Daniel Berg "] exclude = ["TODOs.org*", "script"] description = "A CLI program that takes input and renders it in an ANSI art font, and adds some colored oozz." documentation = "https://github.com/roosta/oozz" readme = "README.md" keywords = ["ansi", "terminal", "font", "linux", "commandline"] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/roosta/oozz" [dependencies.clap] version = "2.26.2" [dependencies.lazy_static] version = "0.2.9" [dependencies.rand] version = "0.3.17" [dependencies.regex] version = "0.2" [dependencies.term_size] version = "0.3" [badges.travis-ci] repository = "roosta/oozz"