# 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] edition = "2018" name = "mimi" version = "0.1.2" authors = ["Ash "] description = "A library for terminal-oriented runtime string formatting and interpolation." homepage = "https://github.com/deifactor/catgirl/tree/mistress/mimi" readme = "README.md" keywords = ["formatting", "terminal", "tui"] categories = ["command-line-interface", "value-formatting"] license = "MIT" repository = "http://github.com/deifactor/catgirl" [[example]] name = "demo" path = "src/examples/demo.rs" [dependencies.maplit] version = "^1.0" [dependencies.pest] version = "^2.1" [dependencies.pest_derive] version = "^2.1" [dependencies.termion] version = "^1.5" [dependencies.tui] version = "0.3" optional = true [dev-dependencies.failure] version = "^0.1" [dev-dependencies.structopt] version = "0.2" [features] default = [] to_tui = ["tui"] [badges.travis-ci] branch = "mistress" repository = "deifactor/catgirl"