# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bevy_crossterm" version = "0.4.0" authors = ["Chris Yealy "] description = "Develop terminal games with crossterm and Bevy" license = "MIT" repository = "https://github.com/octotep/bevy_crossterm/" [[example]] name = "window" [dependencies.anyhow] version = "1.0" [dependencies.bevy] version = "0.4" default-features = false [dependencies.bitflags] version = "1.2" [dependencies.broccoli] version = "0.7" [dependencies.crossterm] version = "0.18" features = ["serde"] [dependencies.ron] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.unicode-segmentation] version = "1.7" [dev-dependencies.bevy] version = "0.4" default-features = false [dev-dependencies.ron] version = "0.6" [dev-dependencies.textwrap] version = "0.13.1"