# 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 = "paramdex-rs" version = "0.1.0+build.2" authors = ["CerulanLumina "] description = "Utilities for handling and deserializing a Paramdex / individual Paramdef XMLs for modifying Souls games" license = "MPL-2.0" repository = "https://github.com/CerulanLumina/paramdex-rs/" [dependencies.pest] version = "2.4.0" [dependencies.pest_derive] version = "2.4.0" [dependencies.roxmltree] version = "0.15.0" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.walkdir] version = "2.3.2"