roblox-buffer 1.0.0

A serializable and deserializable representation of the Roblox buffer type.
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 = "roblox-buffer"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A serializable and deserializable representation of the Roblox buffer type."
readme = "README.md"
license = "MPL-2.0"
resolver = "2"

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

[dependencies.data-encoding]
version = "2.9.0"

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

[dependencies.zstd]
version = "0.13.3"
default-features = false

[dev-dependencies.serde_json]
version = "1.0.140"