# 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 = "grue" version = "0.1.0" authors = ["Graham Wihlidal "] description = "Various tools and algorithms for building role-playing and adventure games" homepage = "https://github.com/gwihlidal/grue-rs" documentation = "https://docs.rs/grue" readme = "README.md" keywords = ["markov", "procedural", "pattern", "name", "generate"] categories = ["algorithms", "data-structures", "game-engines"] license = "MIT/Apache-2.0" repository = "https://github.com/gwihlidal/grue-rs" [dependencies.failure] version = "0.1.5" [dependencies.indextree] version = "3.3.0" [dependencies.rand] version = "0.7.0" [dependencies.regex] version = "1.1.9" [dependencies.serde] version = "1.0.94" features = ["derive"] [dependencies.serde_derive] version = "1.0.94" [dependencies.serde_yaml] version = "0.8" [dependencies.strsim] version = "0.9.2" [dependencies.toml] version = "0.5.1" [dependencies.uuid] version = "0.7.4" features = ["serde", "v4"] [dev-dependencies.heck] version = "0.3.1" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "gwihlidal/grue-rs"