# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "twyne" version = "0.2.0" authors = ["Duncan McGreggor "] exclude = [ "/.github", "/resources", ".gitignore", ] description = "A Rust library for parsing Twine story/game export files (JSON format)" documentation = "https://docs.rs/twyne/" readme = "README.md" keywords = [ "Twine", "IF", "MUDs", "MUSHes", "JSON", ] categories = [ "games", "parsing", ] license = "Apache-2.0" repository = "https://github.com/oxur/twyne" [lib] name = "twyne" [dependencies.html_parser] version = "0.6.3" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"