basalt-api 0.2.1

Public plugin API for the Basalt Minecraft server: traits, components, events, and the plugin registration system
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 = "basalt-api"
version = "0.2.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public plugin API for the Basalt Minecraft server: traits, components, events, and the plugin registration system"
documentation = "https://docs.rs/basalt-api"
readme = "README.md"
keywords = [
    "minecraft",
    "server",
    "plugin",
    "game",
    "api",
]
categories = [
    "game-development",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/basalt-mc/basalt"
resolver = "2"

[features]
default = []
raw-packets = ["dep:basalt-mc-protocol"]
testing = []

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

[dependencies.basalt-mc-protocol]
version = "0.2.0"
optional = true

[dependencies.basalt-types]
version = "0.2.1"

[dependencies.log]
version = "0.4"