# 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] name = "stl-thumb" version = "0.5.0" authors = ["Tyler Anderson "] exclude = ["test_data/*"] description = "A fast lightweight thumbnail generator for STL files" homepage = "https://github.com/unlimitedbacon/stl-thumb" readme = "README.md" keywords = [ "3d", "3dprinting", "stl", ] categories = [ "command-line-utilities", "Graphics", ] license = "MIT" repository = "https://github.com/unlimitedbacon/stl-thumb" [package.metadata.deb] license-file = [ "LICENSE", "3", ] depends = "libgl1, libc6, libgcc1, libosmesa6-dev" extended-description = "Stl-thumb is a fast lightweight thumbnail generator for STL files. It can show previews for STL files in your file manager on Linux and Windows. It is written in Rust and uses OpenGL. " section = "graphics" priority = "optional" assets = [ [ "target/release/stl-thumb", "usr/bin/", "755", ], [ "target/release/libstl_thumb.so", "usr/lib/", "755", ], [ "target/release/libstl_thumb.a", "usr/lib/", "644", ], [ "stl-thumb.thumbnailer", "usr/share/thumbnailers/", "644", ], [ "stl-thumb-mime.xml", "usr/share/mime/packages/", "644", ], [ "libstl_thumb.h", "usr/include/", "644", ], [ "README.md", "usr/share/doc/stl-thumb/", "644", ], ] [lib] name = "stl_thumb" crate-type = [ "lib", "cdylib", "staticlib", ] path = "src/lib.rs" [[bin]] name = "stl-thumb" path = "src/main.rs" [[bench]] name = "cube" harness = false [[bench]] name = "benchy" harness = false [[bench]] name = "shipwreck" harness = false [dependencies.cgmath] version = "0.18.0" features = ["mint"] [dependencies.clap] version = "3.1.18" [dependencies.glium] version = "0.31.0" [dependencies.image] version = "0.24.2" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.17" [dependencies.mint] version = "0.5.9" [dependencies.stderrlog] version = "0.5.1" [dependencies.stl_io] version = "0.6.0" [dev-dependencies.criterion] version = "0.3" [build-dependencies.cbindgen] version = "0.23.*"