# 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" rust-version = "1.74" name = "modinfo_7dtd" version = "0.2.0" authors = ["Donovan C. Young "] exclude = [ ".trunk/*", "tests/*", "src/tests/*", ] description = "Read/Write '7 Days to Die' ModInfo.xml files" homepage = "https://github.com/donovanmods/modinfo_7dtd" documentation = "https://docs.rs/modinfo_7dtd" readme = "README.md" keywords = [ "7dtd", "game-dev", "modinfo", "xml", "modding", ] categories = [ "data-structures", "development-tools", "game-development", "parser-implementations", ] license = "MIT" repository = "https://github.com/donovanmods/modinfo_7dtd" [lib] name = "modinfo" crate-type = ["lib"] [dependencies.convert_case] version = "0.6.0" [dependencies.lenient_semver] version = "0.4.2" features = ["version_lite"] [dependencies.lenient_semver_parser] version = "0.4.2" [dependencies.lenient_semver_version_builder] version = "0.4.2" [dependencies.lenient_version] version = "0.4.2" [dependencies.quick-xml] version = "0.31.0" features = ["serialize"] [dependencies.semver] version = "1.0.20" [dependencies.thiserror] version = "1.0.50" [lints.rust] unsafe_code = "forbid"