# 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" rust-version = "1.68" name = "vrm-spec" version = "0.0.3" authors = ["pixiv"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "VRM data structures" documentation = "https://docs.rs/vrm-spec" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/pixiv/vrm-utils-rs/tree/main/crates/vrm-spec" [lib] name = "vrm_spec" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.gltf] version = "1" features = [ "utils", "extensions", "extras", "utils", "extensions", ] optional = true [dependencies.rustc-hash] version = "< 3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.insta] version = "=1.39.0" [features] default = [ "rustc_hash", "gltf_index", ] gltf_index = ["dep:gltf"] rustc_hash = ["dep:rustc-hash"]