# 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] name = "rustbox2" version = "0.0.1" authors = ["Greg Chapple "] exclude = ["examples/*"] description = "A rust implementation of the termbox2 library" homepage = "https://github.com/yymirror/rustbox2" readme = "README.md" keywords = [ "termbox2", "terminal", "gui", ] license = "MIT" repository = "https://github.com/yymirror/rustbox2" [lib] name = "rustbox2" [dependencies.bitflags] version = "0.2.1" [dependencies.gag] version = "0.1.6" [dependencies.libc] version = "0.1.10" [dependencies.num] version = "0.1.13" [dependencies.termbox2-sys] version = "0.0.1"