[dependencies.indexmap]
version = "1.7"
[dependencies.yaml-rust]
version = "0.4"
[dev-dependencies.text_io]
version = "0.1.8"
[package]
authors = ["Spencer Imbleau <spencer@imbleau.com>", "Thomas Houtart <thomas.houtart98@gmail.com>"]
categories = ["data-structures", "game-development", "parser-implementations", "text-processing"]
description = "A modern dialogue executor and tree parser using YAML, focusing on ease-of-use and speed."
documentation = "https://docs.rs/convo"
edition = "2018"
exclude = ["assets/", "examples/", "tests/"]
homepage = "https://crates.io/crates/convo"
keywords = ["dialogue", "conversation", "tree", "yaml"]
license = "MIT OR Apache-2.0"
name = "convo"
readme = "README.md"
repository = "https://github.com/rust-lang/cargo"
version = "0.1.0"