# 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 = "ascii-forge" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Minimal TUI Ascii Application Engine that simplifies the use of crossterm" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/TheEmeraldBee/ascii-forge" [lib] name = "ascii_forge" path = "src/lib.rs" [[example]] name = "confirmation" path = "examples/confirmation.rs" [[example]] name = "event_visualizer" path = "examples/event_visualizer.rs" [[example]] name = "inline" path = "examples/inline.rs" [[example]] name = "input_validator" path = "examples/input_validator.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "space_invaders" path = "examples/space_invaders.rs" [dependencies.compact_str] version = "0.8.0" [dependencies.crossterm] version = "0.28.1" [dev-dependencies.regex] version = "1.10.3"