# 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 = "dfraw_json_parser" version = "0.17.5" authors = ["Nicholas Westerhausen "] description = "Library which parses Dwarf Fortress raw files into JSON" homepage = "https://github.com/nwesterhausen/dfraw_json_parser" readme = "README.md" keywords = [ "dwarf_fortress", "JSON", "parsing", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/nwesterhausen/dfraw_json_parser.git" [lib] name = "dfraw_json_parser" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.encoding_rs] version = "0.8" [dependencies.encoding_rs_io] version = "0.1" [dependencies.itertools] version = "0.12" [dependencies.lazy_static] version = "1.4.0" [dependencies.phf] version = "0.11.2" features = ["macros"] default-features = true [dependencies.quick-xml] version = "0.31.0" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] default-features = true [dependencies.serde_json] version = "1.0" [dependencies.slug] version = "0.1" [dependencies.specta] version = "1.0.5" features = [ "typescript", "export", ] [dependencies.tauri] version = "2.0.0-beta" optional = true [dependencies.thiserror] version = "1.0.58" [dependencies.tracing] version = "0.1.40" [dependencies.typetag] version = "0.2" [dependencies.walkdir] version = "2" [dependencies.xmlparser] version = "0.13.6" [features] tauri = ["dep:tauri"]