nitro_plugin 0.29.0

Plugin loading and definition for Nitrolaunch
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 = "2021"
rust-version = "1.89.0"
name = "nitro_plugin"
version = "0.29.0"
authors = ["CarbonSmasher"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin loading and definition for Nitrolaunch"
readme = false
keywords = [
    "minecraft",
    "launcher",
    "game",
    "mc",
    "plugin",
]
categories = ["games"]
license = "GPL-3.0-or-later"
repository = "https://github.com/Nitrolaunch/nitrolaunch"

[features]
default = [
    "executable_api",
    "wasm_api",
    "host",
]
executable_api = []
host = [
    "tokio/process",
    "tokio/fs",
    "tokio/rt-multi-thread",
    "tokio/io-std",
    "dep:wasmtime",
    "dep:wasmtime-wasi",
    "dep:wit-bindgen",
    "dep:nitro_net",
]
wasm_api = ["dep:wit-bindgen"]

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

[dependencies.anyhow]
version = "1.0.86"

[dependencies.async-trait]
version = "0.1.73"

[dependencies.base64]
version = "0.22.0"

[dependencies.itertools]
version = "0.11.0"

[dependencies.nitro_config]
version = "0.29.0"

[dependencies.nitro_net]
version = "0.29.0"
optional = true

[dependencies.nitro_pkg]
version = "0.29.0"

[dependencies.nitro_shared]
version = "0.29.0"

[dependencies.pin-project-lite]
version = "0.2.16"

[dependencies.serde]
version = "1.0.202"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.117"

[dependencies.simd-json]
version = "0.13.10"
features = ["value-no-dup-keys"]

[dependencies.tokio]
version = "1.37.0"
features = [
    "rt",
    "sync",
]

[dependencies.wasmtime]
version = "41.0.0"
features = [
    "runtime",
    "cranelift",
    "async",
    "component-model",
]
optional = true
default-features = false

[dependencies.wasmtime-wasi]
version = "41.0.0"
optional = true

[dependencies.wit-bindgen]
version = "0.48.1"
optional = true

[lints.rust]