# 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 = "tcod" version = "0.15.0" authors = ["Tomas Sedovic ", "Bastien Léonard ", "Darren Kaste ", "Edu Garcia ", "Guillermo Galizzi ", "Gustorn ", "Jared McFarland ", "Jonny Gilchrist (@jgilchrist)", "LaylConway ", "lucanLepus (@lucanLepus)", "Moredread ", "Nikita Pekin", "Niko Lepka @ElectricCoffee ", "Noah Ryan @nsmryan ", "Paul Sanford ", "Pranz ", "Zoltán Nagy @abesto "] description = "The Rust bindings for the Doryen library (a.k.a. libtcod)." homepage = "https://github.com/tomassedovic/tcod-rs" documentation = "http://tomassedovic.github.io/tcod-rs/tcod/index.html" readme = "README.md" keywords = ["gamedev", "roguelike", "libtcod"] license = "WTFPL" repository = "https://github.com/tomassedovic/tcod-rs" [lib] name = "tcod" path = "src/lib.rs" [dependencies.bitflags] version = "0.1" [dependencies.lazy_static] version = "0.1" [dependencies.rustc-serialize] version = "0.3" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.tcod-sys] version = "5.0.0" [dev-dependencies.rand] version = "0.3" [dev-dependencies.serde_json] version = "1.0" [features] serialization = ["serde", "serde_derive"]