# 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_reflection_database" version = "0.2.12+roblox-638" authors = ["Lucien Greathouse "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bundled reflection database for Roblox projects" homepage = "https://github.com/rojo-rbx/rbx-dom" documentation = "https://docs.rs/rbx_reflection_database" readme = "README.md" license = "MIT" repository = "https://github.com/rojo-rbx/rbx-dom.git" resolver = "2" [lib] name = "rbx_reflection_database" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.rbx_reflection] version = "4.7.0" [dependencies.rmp-serde] version = "1.1.1" [dependencies.serde] version = "1.0.137"