infinity-build-package 0.3.9

Wrapper around fspackagetool.exe for building MSFS sim packages from project XMLs.
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"
rust-version = "1.85"
name = "infinity-build-package"
version = "0.3.9"
authors = ["cameron_griego@protonmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrapper around fspackagetool.exe for building MSFS sim packages from project XMLs."
readme = false
license = "MIT"
repository = "https://github.com/infinity-MSFS/infinity-msfs-build-tools"

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

[dependencies.anyhow]
version = "1"

[dependencies.infinity-build-core]
version = "0.3.1"

[dependencies.infinity-build-sdk]
version = "0.3.1"

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