# 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 = "fs_mod_parser" version = "0.1.3" authors = ["JTSage "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mod File Parser for Farming Simulator" homepage = "https://github.com/jtsage/fs_mod_parser" documentation = "https://docs.rs/fs_mod_parser" readme = "README.md" keywords = [ "parse", "farm_sim", ] categories = ["parser-implementations"] license = "ISC" repository = "https://github.com/jtsage/fs_mod_parser" [lib] name = "fs_mod_parser" path = "src/lib.rs" [[example]] name = "simple_usage" path = "examples/simple_usage.rs" [[test]] name = "basic_mod_json" path = "tests/basic_mod_json.rs" [[test]] name = "detail" path = "tests/detail.rs" [[test]] name = "file_failures" path = "tests/file_failures.rs" [[test]] name = "maps" path = "tests/maps.rs" [[test]] name = "not_fatal_warnings" path = "tests/not_fatal_warnings.rs" [[test]] name = "savegames" path = "tests/savegames.rs" [[test]] name = "scan_real_mods" path = "tests/scan_real_mods.rs" [[test]] name = "scan_real_saves" path = "tests/scan_real_saves.rs" [[test]] name = "scan_test_items" path = "tests/scan_test_items.rs" [[test]] name = "zip_pack" path = "tests/zip_pack.rs" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.glob] version = "0.3.1" [dependencies.image] version = "0.25.2" default-features = false [dependencies.image_dds] version = "0.6.0" features = [ "image", "ddsfile", ] default-features = false [dependencies.md5] version = "0.7.0" [dependencies.pathdiff] version = "0.2.2" [dependencies.rayon] version = "1.10.0" [dependencies.roxmltree] version = "0.20.0" features = ["std"] default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.webp] version = "0.3.0" [dependencies.zip] version = "=2.1.3" features = [ "deflate", "deflate64", "lzma", "time", "zstd", ] default-features = false [dev-dependencies.assert-json-diff] version = "2.0.2"