infinity-msfs 0.1.0

Build/packaging/util CLI for infinity-rs MSFS projects.
# 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-msfs"
version = "0.1.0"
authors = ["cameron_griego@protonmail.com"]
build = false
exclude = [
    "tests/**",
    "*.png",
    "*.gif",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build/packaging/util CLI for infinity-rs MSFS projects."
homepage = "https://infinity-simulations.com/docs/developer/getting-started"
documentation = "https://infinity-simulations.com/docs/developer/getting-started"
readme = false
keywords = [
    "msfs",
    "build",
    "cli",
    "flight-simulator",
    "wasm",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
]
license = "MIT"
repository = "https://github.com/infinity-MSFS/infinity-rs"

[[bin]]
name = "infinity-msfs"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.cab]
version = "0.6"

[dependencies.cargo_metadata]
version = "0.18"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.console]
version = "0.15"

[dependencies.indicatif]
version = "0.17"

[dependencies.msi]
version = "0.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "2"

[dependencies.zip]
version = "0.6"
features = ["deflate"]
default-features = false