# 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 = "cad_import" version = "0.3.1" authors = ["sraesch"] description = "A simple library for importing CAD data from different formats into a uniform in-memory structure." documentation = "https://docs.rs/cad_import/" readme = "README.md" keywords = [ "3D", "CAD", "import", "model", "scene", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/raw-bytes/cad_import" [dependencies.gltf] version = "1.1" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.nalgebra-glm] version = "0.18" [dependencies.quick-error] version = "2.0" [dependencies.quick-xml] version = "0.28" [dev-dependencies.byteorder] version = "1.4" [dev-dependencies.path-clean] version = "1.0"