[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[package]
authors = ["Sambhav Saggi <17993169+sambhavsaggi@users.noreply.github.com>"]
categories = ["game-development"]
description = "A Crate to facilitate the creation of Choose-Your-Own-Adventure games in a text-based format"
edition = "2018"
homepage = "https://github.com/sambhavsaggi/cyoa-rs"
include = ["src/**/*", "Cargo.toml"]
keywords = ["gamedev", "adventure"]
license = "MIT"
name = "cyoa"
publish = true
readme = "README.md"
repository = "https://github.com/sambhavsaggi/cyoa-rs"
version = "0.1.3"
[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
features = ["serde-serialize"]
version = "0.2"