openstranded-s2mod-tool 0.2.3

Convert original Stranded II mods to the .s2mod Content Pack format
Documentation
# 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 = "2024"
name = "openstranded-s2mod-tool"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert original Stranded II mods to the .s2mod Content Pack format"
homepage = "https://github.com/OpenStranded/s2mod-tool"
documentation = "https://docs.rs/openstranded-s2mod-tool"
readme = "README.md"
keywords = [
    "stranded",
    "s2mod",
    "convert",
    "openstranded",
    "game-data",
]
categories = [
    "game-development",
    "development-tools",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/OpenStranded/s2mod-tool"
resolver = "2"

[features]
cli = [
    "clap",
    "tempfile",
]
default = ["cli"]

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

[[bin]]
name = "openstranded-s2mod-tool"
path = "src/main.rs"
required-features = ["cli"]

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[dependencies.anyhow]
version = "1"

[dependencies.b3d2glb]
version = "0.4"

[dependencies.bmpf2fnt]
version = "0.2"

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.image]
version = "0.25"

[dependencies.inf2ron]
version = "0.2"

[dependencies.openstranded-map-tool]
version = "0.2"

[dependencies.pathdiff]
version = "0.2"

[dependencies.ron]
version = "0.12"

[dependencies.s2mod-packer]
version = "0.1"

[dependencies.s2s2lua]
version = "0.1"

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

[dependencies.tempfile]
version = "3"
optional = true

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"

[dev-dependencies.ron]
version = "0.12"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.toml]
version = "0.8"