# 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 = "itui" version = "0.7.0" authors = ["Jovansonlee Cesar ", "Florian Dehau "] exclude = ["assets/*", ".travis.yml"] autoexamples = true description = "A library to build rich terminal user interfaces or dashboards\n" keywords = ["tui", "terminal", "dashboard"] license = "MIT" repository = "https://github.com/ivanceras/itui" [[example]] name = "termion_demo" path = "examples/termion_demo.rs" required-features = ["termion"] [[example]] name = "rustbox_demo" path = "examples/rustbox_demo.rs" required-features = ["rustbox"] [[example]] name = "crossterm_demo" path = "examples/crossterm_demo.rs" required-features = ["crossterm"] [[example]] name = "curses_demo" path = "examples/curses_demo.rs" required-features = ["curses"] [dependencies.bitflags] version = "1.0" [dependencies.cassowary] version = "0.3" [dependencies.crossterm] version = "^0.9" optional = true [dependencies.easycurses] version = "0.12.2" optional = true [dependencies.either] version = "1.5" [dependencies.itertools] version = "0.8" [dependencies.log] version = "0.4" [dependencies.pancurses] version = "0.16.1" features = ["win32a"] optional = true [dependencies.rustbox] version = "0.11" optional = true [dependencies.sauron_vdom] version = "0.10.0" [dependencies.termion] version = "1.5" optional = true [dependencies.unicode-segmentation] version = "1.2" [dependencies.unicode-width] version = "0.1" [dev-dependencies.failure] version = "0.1" [dev-dependencies.rand] version = "0.6" [dev-dependencies.stderrlog] version = "0.4" [dev-dependencies.structopt] version = "0.2" [features] curses = ["easycurses", "pancurses"] default = ["termion"] [badges.appveyor] repository = "ivanceras/itui" [badges.travis-ci] repository = "ivanceras/itui"