[go: up one dir, main page]

tui 0.4.0

A library to build rich terminal user interfaces or dashboards
Documentation
# 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 = "tui"
version = "0.4.0"
authors = ["Florian Dehau <work@fdehau.com>"]
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/fdehau/tui-rs"

[[example]]
name = "rustbox"
path = "examples/rustbox.rs"
required-features = ["rustbox"]

[[example]]
name = "crossterm"
path = "examples/crossterm.rs"
required-features = ["crossterm"]
[dependencies.bitflags]
version = "1.0"

[dependencies.cassowary]
version = "0.3"

[dependencies.crossterm]
version = "0.6"
optional = true

[dependencies.either]
version = "1.5"

[dependencies.itertools]
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.rustbox]
version = "0.11"
optional = true

[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]
default = ["termion"]
[badges.appveyor]
repository = "fdehau/tui-rs"

[badges.travis-ci]
repository = "fdehau/tui-rs"