tcod 0.15.0

The Rust bindings for the Doryen library (a.k.a. libtcod).
Documentation
# 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 <tomas@sedovic.cz>", "Bastien Léonard <bastien.leonard@gmail.com>", "Darren Kaste <darrenkaste@gmail.com>", "Edu Garcia <arcnorj@gmail.com>", "Guillermo Galizzi <galizzi.guillermo@gmail.com>", "Gustorn <gustorn@gmail.com>", "Jared McFarland <jared.online@gmail.com>", "Jonny Gilchrist (@jgilchrist)", "LaylConway <laylconway@live.com>", "lucanLepus (@lucanLepus)", "Moredread <code@andre-bubel.de>", "Nikita Pekin", "Niko Lepka @ElectricCoffee <slench102+git@gmail.com>", "Noah Ryan @nsmryan <nsmryan@gmail.com>", "Paul Sanford <me@paulsanford.net>", "Pranz <jesper.fridefors@gmail.com>", "Zoltán Nagy @abesto <abesto@abesto.net>"]
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"]