# 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 = "ratatui-bracket-terminal" version = "0.1.2" description = "Ratatui backends for Bracket Terminal" readme = "README.md" keywords = [ "tui", "terminal", "ascii", "cp437", "gamedev", ] license-file = "LICENCE.txt" repository = "https://github.com/theq629/ratatui-bracket-terminal" [dependencies.bracket-terminal] version = "0.8" [dependencies.object-pool] version = "0.5" [dependencies.ratatui] version = "0.26" default-features = false [dev-dependencies.rand] version = "0.8"