# 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.5" authors = ["Petter Johansson "] description = "Limited implementation of the Ink markup language." readme = "README.md" keywords = ["ink", "dialog", "dialogue", "markup", "game"] categories = ["game-engines"] license = "Parity-6.0.0 AND Apache-2.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"]