# 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 = "titokens" version = "0.2.1" description = "TI-Toolkit token sheet parsing." readme = "README.md" license = "MIT OR Apache-2.0" resolver = "1" [dependencies.deku] version = "0.17.0" optional = true [dependencies.itertools] version = "0.13.0" optional = true [dependencies.lazy_static] version = "1.5.0" [dependencies.quick-xml] version = "0.36.0" features = [ "serde", "serialize", "serde-types", ] [dependencies.radix_trie] version = "0.2" [dependencies.serde] version = "1.0.171" features = ["serde_derive"] [features] deku-8xp = ["dep:deku"] itertools = ["dep:itertools"] unicode = []