benthic_protocol 0.3.3

Benthic protocol, an intermediate layer between metaverse protocols and client programs.
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"
name = "benthic_protocol"
version = "0.3.3"
authors = ["Skyler Clark<skylerjaneclark@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Benthic protocol, an intermediate layer between metaverse protocols and client programs."
homepage = "https://benthic-mmo.github.io/"
readme = "README.md"
license = "AGPL-3.0-or-later"
repository = "https://github.com/benthic-mmo/metaverse_client/tree/main/crates/benthic_protocol"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.arc]
version = "0.0.1"

[dependencies.dirs]
version = "7.0.0"

[dependencies.glam]
version = "0.32.1"
features = ["serde"]

[dependencies.indexmap]
version = "2.14.2"
features = ["serde"]

[dependencies.once_cell]
version = "1.21.4"

[dependencies.rgb]
version = "0.8.53"
features = ["serde"]

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

[dependencies.serde-llsd-benthic]
version = "0.3.3"

[dependencies.serde_derive]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sqlx]
version = "0.9.0"
features = [
    "runtime-tokio",
    "sqlite",
]

[dependencies.strum]
version = "0.28.0"

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.uuid]
version = "1.26.1"
features = ["serde"]