# 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 = "convo" version = "0.1.2" authors = ["Spencer Imbleau ", "Thomas Houtart "] exclude = ["assets/", "examples/", "tests/"] description = "A modern dialogue executor and tree parser using YAML, focusing on ease-of-use and speed." homepage = "https://crates.io/crates/convo" documentation = "https://docs.rs/convo" readme = "README.md" keywords = ["dialogue", "conversation", "tree", "yaml"] categories = ["data-structures", "game-development", "parser-implementations", "text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/simbleau/convo" [dependencies.indexmap] version = "1.7" [dependencies.yaml-rust] version = "0.4.5" [dev-dependencies.text_io] version = "0.1.8"