# 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] name = "curses-game-wrapper" version = "0.0.4" authors = ["kngwyu "] description = "wrapper for curses games to make game AI" readme = "README.md" license = "MIT" [dependencies.ascii] version = "0.8.6" [dependencies.bitflags] version = "1.0.1" [dependencies.clippy] version = "0.0.182" optional = true [dependencies.slog] version = "2.0.12" features = ["max_level_trace", "release_max_level_warn"] [dependencies.sloggers] version = "0.2.6" [dependencies.termion] version = "1.5.1" [dependencies.vte] version = "0.3.2" [features] default = []