# 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 = "chargrid_ansi_terminal" version = "0.6.0" authors = ["Stephen Sherratt "] description = "chargrid context for ansi terminals." homepage = "https://github.com/gridbugs/chargrid.git" documentation = "https://docs.rs/chargrid_ansi_terminal" readme = "README.md" license = "MIT" repository = "https://github.com/gridbugs/chargrid.git" [dependencies.chargrid_gamepad] version = "0.6" optional = true [dependencies.chargrid_input] version = "0.6" [dependencies.chargrid_runtime] version = "0.4" [dependencies.grid_2d] version = "0.15" [dependencies.libc] version = "0.2" [dependencies.term] version = "0.7" [features] gamepad = [ "chargrid_gamepad", "chargrid_input/gamepad", "chargrid_runtime/gamepad", ] serialize = ["chargrid_input/serialize"]