# 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 = "iocraft" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Create beautifully crafted CLI programs and text output with a declarative React-like Rust API." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ccbrown/iocraft" [lib] name = "iocraft" path = "src/lib.rs" [dependencies.any_key] version = "0.1.1" [dependencies.bitflags] version = "2.6.0" [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dependencies.futures] version = "0.3.30" [dependencies.generational-box] version = "0.5.6" [dependencies.indexmap] version = "2.5.0" [dependencies.iocraft-macros] version = "0.1.7" [dependencies.taffy] version = "0.5.2" features = [ "flexbox", "taffy_tree", ] default-features = false [dependencies.textwrap] version = "0.16.1" [dependencies.unicode-width] version = "0.1.13" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.indoc] version = "2" [dev-dependencies.macro_rules_attribute] version = "0.2.0" [dev-dependencies.smol] version = "2.0.1" [dev-dependencies.smol-macros] version = "0.1.1"