infinity-msfs 0.3.9

Build/packaging/util CLI for infinity-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.3.9"
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-msfs projects."
homepage = "https://infinity-simulations.com/docs/developer/build-tools"
documentation = "https://infinity-simulations.com/docs/developer/build-tools"
readme = "README.md"
keywords = [
    "msfs",
    "build",
    "cli",
    "flight-simulator",
    "wasm",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
]
license = "MIT"
repository = "https://github.com/infinity-MSFS/infinity-msfs-build-tools"

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

[dependencies.anyhow]
version = "1"

[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.infinity-build-core]
version = "0.3.9"

[dependencies.infinity-build-create]
version = "0.3.9"

[dependencies.infinity-build-js]
version = "0.3.9"

[dependencies.infinity-build-package]
version = "0.3.9"

[dependencies.infinity-build-rust]
version = "0.3.9"

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

[dependencies.infinity-build-watch]
version = "0.3.9"

[dependencies.regex]
version = "1"

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

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "io-util",
]

[dependencies.toml]
version = "0.8"