# 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 = "storylets" version = "0.5.0" authors = ["Tobias Mansfield-Williams "] exclude = ["todo.org"] description = "Embeddable storylet-based narrative engine for games" readme = "README.md" keywords = ["scripting", "game", "language", "storylets"] categories = ["game-development"] license = "MIT" repository = "https://github.com/t-mw/storylets-rs" [dependencies.rand] version = "0.7.3" [dependencies.regex] version = "1.3.3" [dependencies.throne] version = "0.3.0" [dependencies.unidecode] version = "0.3.0" [dev-dependencies.colored] version = "1.9.2"