51 lines
1.3 KiB
TOML
51 lines
1.3 KiB
TOML
# 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.61"
|
|
name = "gltf-json"
|
|
version = "1.4.1"
|
|
authors = ["David Harvey-Macaulay <alteous@outlook.com>"]
|
|
description = "JSON parsing for the gltf crate"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/gltf-rs/gltf"
|
|
|
|
[dependencies.gltf-derive]
|
|
version = "=1.4.1"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
|
|
[dependencies.serde_derive]
|
|
version = "1.0"
|
|
|
|
[dependencies.serde_json]
|
|
version = "1.0"
|
|
features = ["raw_value"]
|
|
|
|
[features]
|
|
KHR_lights_punctual = []
|
|
KHR_materials_emissive_strength = []
|
|
KHR_materials_ior = []
|
|
KHR_materials_pbrSpecularGlossiness = []
|
|
KHR_materials_specular = []
|
|
KHR_materials_transmission = []
|
|
KHR_materials_unlit = []
|
|
KHR_materials_variants = []
|
|
KHR_materials_volume = []
|
|
KHR_texture_transform = []
|
|
allow_empty_texture = []
|
|
default = []
|
|
extensions = []
|
|
extras = []
|
|
names = []
|