# 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 = "twee-parser" version = "0.1.6" exclude = [ "test-data/*", "examples/*.twee", "examples/*.html", ] description = "A parser for Twine stories" readme = "README.md" keywords = [ "twine", "twee", "twee-v3", ] categories = ["parser-implementations"] license = "MPL-2.0" repository = "https://github.com/tareksander/twine-rs" [package.metadata.docs.rs] all-features = true [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.thiserror] version = "1.0.56" [dependencies.xmltree] version = "0.10.3" optional = true [features] html = ["dep:xmltree"]