# 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 = "collada" version = "0.15.0" authors = ["Steve Jahns "] description = "A library for parsing COLLADA documents for mesh, skeletal and animation data" homepage = "https://github.com/PistonDevelopers/piston_collada" readme = "README.md" keywords = [ "collada", "3d", "format", "piston", ] license = "MIT" repository = "https://github.com/PistonDevelopers/piston_collada" [lib] name = "collada" path = "src/lib.rs" [dependencies.RustyXML] version = "0.3" [dependencies.log] version = "0.4" [dependencies.quaternion] version = "1.0.0" [dependencies.vecmath] version = "1.0.0"