# 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_types" version = "1.10.0" authors = ["Lucien Greathouse "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types used to represent Roblox values" homepage = "https://github.com/rojo-rbx/rbx-dom" readme = "README.md" license = "MIT" resolver = "2" [lib] name = "rbx_types" path = "src/lib.rs" [dependencies.base64] version = "0.13.0" [dependencies.bitflags] version = "1.3.2" [dependencies.blake3] version = "1.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.137" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.31" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.insta] version = "1.14.1" features = ["yaml"] [dev-dependencies.serde_json] version = "1.0.81"