# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.64" name = "termui" version = "0.1.0" authors = ["Stephen Akinyemi "] include = [ "/src", "/benches", "README.md", "LICENSE", ] description = "A terminal user interface library for the lazy" documentation = "https://docs.rs/termui" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0" repository = "https://github.com/appcypher/termui" [profile.dev] split-debuginfo = "unpacked" [lib] path = "src/lib.rs" doctest = true bench = false [[bin]] name = "termui" path = "src/main.rs" bench = false doc = false [[bench]] name = "a_benchmark" harness = false required-features = ["test_utils"] [dependencies.anyhow] version = "1.0" [dependencies.proptest] version = "1.1" optional = true [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.proptest] version = "1.1" [features] default = [] test_utils = ["proptest"]