# 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 = "gltf-validator" version = "0.2.3" description = "A rust wrapper around the Khronos group gltf-validator tool." readme = "README.md" license = "MIT" repository = "https://github.com/kittycad/gltf-validator" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [[bin]] name = "gltf-validator" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.4" features = [ "cargo", "derive", "env", "unicode", "help", "wrap_help", ] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.serde_repr] version = "0.1.16" [dependencies.tempfile] version = "3.8.0" [build-dependencies.anyhow] version = "1" [build-dependencies.reqwest] version = "0.11.18" features = [ "blocking", "rustls-tls", ] default-features = false [build-dependencies.tar] version = "0.4.39" [build-dependencies.tempfile] version = "3.8.0" [build-dependencies.xz] version = "0.1.0"