# 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 = "doryen-extra" version = "0.2.1" authors = ["Alexander Krivács Schrøder ", "Jice and the libtcod contributors"] description = "Doryen-extra aims to be a loose re-implementation of the utility features from the popular roguelike library named libtcod" readme = "README.md" keywords = ["roguelike", "gamedev", "libtcod"] categories = ["algorithms", "data-structures", "game-development"] license = "BSD-3-Clause" repository = "https://github.com/alexschrod/doryen-extra" [dependencies.derivative] version = "2" [dependencies.doryen-rs] version = "1.2.3" optional = true [dependencies.ilyvion-util] version = "0.3.1" [dependencies.impl_ops] version = "0.1" [dependencies.paste] version = "=1.0.5" [dependencies.rand_core] version = "0.6" optional = true [dependencies.serde] version = "1" optional = true [dependencies.serde_derive] version = "1" optional = true [features] default = ["doryen"] doryen = ["doryen-rs"] libtcod-compat = [] rng_support = ["rand_core"] serialization = ["serde", "serde_derive"]