# 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 = "gltfgen" version = "0.8.0" authors = ["Egor Larionov "] description = "Command line tool for generating glTF 2.0 animations from numbered sequences of mesh files." homepage = "https://github.com/elrnv/gltfgen" documentation = "https://github.com/elrnv/gltfgen" readme = "README.md" keywords = [ "vtk", "obj", "3D", "animation", "generator", ] license = "MPL-2.0" repository = "https://github.com/elrnv/gltfgen" [dependencies.byteorder] version = "1" [dependencies.clap] version = "4" features = [ "derive", "wrap_help", "cargo", ] [dependencies.console] version = "0.15" [dependencies.glob] version = "0.3" [dependencies.gltf] version = "1" features = [ "names", "extras", ] [dependencies.heck] version = "0.4" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.indicatif] version = "0.17" features = ["rayon"] [dependencies.log] version = "0.4" [dependencies.meshx] version = "0.6" [dependencies.num-traits] version = "0.2" [dependencies.rayon] version = "1" [dependencies.regex] version = "1" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.syn] version = "2" [dependencies.thiserror] version = "1.0.23" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "3"