# 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" name = "intuitive" version = "0.6.3" description = "a library for building declarative text-based user interfaces" readme = "readme.md" license = "CC0-1.0" repository = "https://github.com/enricozb/intuitive" resolver = "1" [package.metadata.docs.rs] features = ["unstable-doc-cfg"] [dependencies.crossterm] version = "0.25.0" [dependencies.ctrlc] version = "3.2.3" features = ["termination"] [dependencies.doc-cfg] version = "0.1" [dependencies.intuitive_macros] version = "0.6.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.serial_test] version = "0.9" [dependencies.thiserror] version = "1.0.32" [dependencies.tui] version = "0.19.0" [features] experimental = [] unstable-doc-cfg = ["experimental"]