rbx_binary 3.0.0

Implementation of Roblox's binary model (rbxm) and place (rbxl) file formats
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 = "2018"
name = "rbx_binary"
version = "3.0.0"
authors = [
    "Lucien Greathouse <me@lpghatguy.com>",
    "Micah Reid <git@dekkonot.com>",
    "Ken Loeffler <kenloef@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of Roblox's binary model (rbxm) and place (rbxl) file formats"
homepage = "https://github.com/rojo-rbx/rbx-dom"
documentation = "https://docs.rs/rbx_binary"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rojo-rbx/rbx-dom.git"
resolver = "2"

[features]
unstable_text_format = ["serde"]

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

[[bench]]
name = "suite"
path = "benches/suite/main.rs"
harness = false

[dependencies.ahash]
version = "0.8.11"

[dependencies.log]
version = "0.4.17"

[dependencies.lz4_flex]
version = "0.13.1"

[dependencies.profiling]
version = "1.0.6"

[dependencies.rbx_dom_weak]
version = "4.2.0"

[dependencies.rbx_reflection]
version = "7.0.0"

[dependencies.rbx_reflection_database]
version = "3.0.0"

[dependencies.serde]
version = "1.0.137"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "1.0.31"

[dependencies.zstd]
version = "0.13.2"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.env_logger]
version = "0.11.10"

[dev-dependencies.heck]
version = "0.5.0"

[dev-dependencies.insta]
version = "1.14.1"
features = ["yaml"]

[dev-dependencies.serde]
version = "1.0.137"
features = ["derive"]