# 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.75.0" name = "repl-block" version = "0.10.0" authors = ["Joey Ezechiels"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crossterm-based library for building Read-Eval-Print-Loops (REPLs)." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jjpe/repl-block.git" [lib] name = "repl_block" path = "src/lib.rs" [dependencies.camino] version = "1.1.6" [dependencies.crossterm] version = "0.28.1" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.displaydoc] version = "0.2.4" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.unicode-segmentation] version = "1.11.0"