# 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 = "bracket_ratatui" version = "0.1.3" exclude = [ "assets/*", ".github", "Makefile.toml", "CONTRIBUTING.md", "*.log", "tags", ] description = "Ratatui in bracket-lib !! See examples . " readme = "README.md" license = "MIT OR Apache-2.0" [[example]] name = "hello_bracket" doc-scrape-examples = true [[example]] name = "demo" doc-scrape-examples = false [dependencies.bracket-lib] version = "0.8.7" [dependencies.ratatui] version = "0.26.1" default-features = false [dev-dependencies.argh] version = "0.1.12" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.rand] version = "0.8.5"