# 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 = "rltk" version = "0.8.7" authors = ["Herbert Wolverson "] publish = true description = "A CP437/ASCII terminal library and helpers to make creating roguelike games in Rust easy. Similar to libtcod, but aiming to be Rust-native." homepage = "https://github.com/thebracket/bracket-lib" readme = "README.md" keywords = [ "roguelike", "cp437", "ascii", "virtual-terminal", "gamedev", ] categories = [ "game-engines", "graphics", ] license = "MIT" repository = "https://github.com/thebracket/bracket-lib" resolver = "2" [dependencies.bracket-lib] version = "~0.8" default-features = false [dev-dependencies] [features] bevy = ["bracket-lib/bevy"] crossterm = ["bracket-lib/crossterm"] curses = ["bracket-lib/curses"] default = ["opengl"] opengl = ["bracket-lib/opengl"] serde = ["bracket-lib/serde"] specs = ["bracket-lib/specs"] threaded = ["bracket-lib/threaded"] webgpu = ["bracket-lib/webgpu"]