rbx_binary 0.4.1

Weakly-typed Roblox DOM implementation for Rust
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "rbx_binary"
version = "0.4.1"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
description = "Weakly-typed Roblox DOM implementation for Rust"
homepage = "https://github.com/LPGhatguy/rbx-dom"
documentation = "https://docs.rs/rbx_binary"
license = "MIT"
repository = "https://github.com/LPGhatguy/rbx-dom.git"
[dependencies.byteorder]
version = "1.2.7"

[dependencies.log]
version = "0.4.6"

[dependencies.lz4]
version = "1.23.1"

[dependencies.rbx_dom_weak]
version = "1.0.0"
[dev-dependencies.env_logger]
version = "0.6.0"