# 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 = "altar" version = "0.1.0" description = "A TUI library in the style of SwiftUI" readme = "README.md" license = "Apache-2.0" [[bench]] name = "iter_cells" harness = false [dependencies.async-trait] version = "0.1.80" [dependencies.bitflags] version = "2.5.0" [dependencies.compact_str] version = "0.7.1" [dependencies.crossterm] version = "0.27.0" features = [ "event-stream", "serde", ] [dependencies.futures] version = "0.3.30" [dependencies.pretty_assertions] version = "1.4.0" [dependencies.proptest] version = "1.4.0" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.unicode-segmentation] version = "1.11.0" [dependencies.unicode-width] version = "0.1.12" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.uuid] version = "1.8.0" features = ["v4"]