inkling 0.12.0

Limited implementation of the Ink markup language.
Documentation
# 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 = "inkling"
version = "0.12.0"
authors = ["Petter Johansson <pjohansson@fastmail.com>"]
description = "Limited implementation of the Ink markup language."
readme = "README.md"
keywords = ["ink", "dialog", "dialogue", "markup", "game"]
categories = ["game-engines"]
license = "CC-BY-SA-4.0"
repository = "https://github.com/pjohansson/inkling"
[dependencies.serde]
version = "1.0"
features = ["derive", "rc"]
optional = true
[dev-dependencies.serde_json]
version = "1.0"

[features]
serde_support = ["serde/derive"]