# 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 = "2021" name = "rbxm" version = "0.3.0" authors = ["Rune Tynan "] exclude = [ "/rbxm-proc/", "/examples/", ] description = "Reader for Roblox model files" documentation = "https://docs.rs/rbxm" readme = "README.md" keywords = [ "roblox", "rbxm", ] categories = [ "data-structures", "encoding", ] license = "MIT/Apache-2.0" repository = "https://github.com/CraftSpider/rbxm-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "-e", "./static/custom.css", ] [dependencies.lz4_flex] version = "0.9" features = [ "safe-decode", "safe-encode", ] default-features = false [dependencies.num] version = "0.4" features = ["libm"] default-features = false [dependencies.rbxm-proc] version = "0.2.1" [dependencies.slotmap] version = "1.0" default-features = false [dependencies.uuid] version = "1.1" default-features = false [features] default = ["std"] mesh-format = [] std = [ "lz4_flex/std", "uuid/std", "num/std", ] unstable = []