fs_mod_parser 0.1.4

Mod File Parser for Farming Simulator
Documentation
[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.38"

[dependencies.glob]
version = "0.3.1"

[dependencies.image]
default-features = false
version = "0.25.2"

[dependencies.image_dds]
default-features = false
features = ["image", "ddsfile"]
version = "0.6.0"

[dependencies.md5]
version = "0.7.0"

[dependencies.pathdiff]
version = "0.2.2"

[dependencies.rayon]
version = "1.10.0"

[dependencies.roxmltree]
default-features = false
features = ["std"]
version = "0.20.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.210"

[dependencies.serde_json]
version = "1.0.128"

[dependencies.webp]
version = "0.3.0"

[dependencies.zip]
default-features = false
features = ["deflate", "deflate64", "lzma", "time", "zstd"]
version = "=2.1.3"

[dev-dependencies.assert-json-diff]
version = "2.0.2"

[[example]]
name = "simple_usage"
path = "examples/simple_usage.rs"

[lib]
name = "fs_mod_parser"
path = "src/lib.rs"

[package]
authors = ["JTSage <jtsage@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parser-implementations"]
description = "Mod File Parser for Farming Simulator"
documentation = "https://docs.rs/fs_mod_parser"
edition = "2021"
homepage = "https://github.com/jtsage/fs_mod_parser"
keywords = ["parse", "farm_sim"]
license = "ISC"
name = "fs_mod_parser"
readme = "README.md"
repository = "https://github.com/jtsage/fs_mod_parser"
version = "0.1.4"

[[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"