# 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 = "2018" name = "dae-parser" version = "0.11.0" authors = ["Mario Carneiro "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parser for the Collada (DAE) format" readme = "README.md" keywords = [ "collada", "3d", "format", ] categories = [ "parser-implementations", "graphics", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/digama0/dae-parser" [package.metadata] msrv = "1.66.1" [lib] name = "dae_parser" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.minidom-14] version = "0.17" [dependencies.nalgebra] version = "0.33" optional = true [dependencies.percent-encoding] version = "2.2" [dependencies.ref-cast] version = "1.0"