# 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 = "guido_rbx_binary" version = "0.6.7" authors = ["Lucien Greathouse "] 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" [[bench]] name = "deserializer" harness = false [[bench]] name = "serializer" harness = false [dependencies.log] version = "0.4.17" [dependencies.lz4] version = "1.23.3" [dependencies.profiling] version = "1.0.6" [dependencies.rbx_dom_weak] version = "2.3.0" [dependencies.rbx_reflection] version = "4.2.0" [dependencies.rbx_reflection_database] version = "0.2.6" package = "guido_rbx_reflection_database" [dependencies.serde] version = "1.0.137" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.31" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.heck] version = "0.4.0" [dev-dependencies.insta] version = "1.14.1" features = ["yaml"] [dev-dependencies.serde] version = "1.0.137" features = ["derive"] [features] unstable_text_format = ["serde"]