# 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" rust-version = "1.56" name = "threemf" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "3MF (3D Manufacturing Format) file format support" readme = "README.md" keywords = [ "3MF", "CAD", "slicer", "triangle", "mesh", ] categories = [ "encoding", "rendering::data-formats", ] license = "0BSD" repository = "https://github.com/hannobraun/3mf-rs" [lib] name = "threemf" path = "src/lib.rs" [[test]] name = "model" path = "tests/model.rs" [[test]] name = "roundtrip" path = "tests/roundtrip.rs" [dependencies.quick-xml] version = "0.36.0" features = ["serialize"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.31" [dependencies.zip] version = "2.1.0" features = ["deflate"] default-features = false