# 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 = "meshopt-rs" version = "0.1.2" authors = ["yzsolt"] description = "Pure Rust implementation of the meshoptimizer library" readme = "README.md" keywords = [ "gamedev", "graphics", "meshing", "meshopt", ] categories = [ "algorithms", "encoding", "game-development", "graphics", "rendering::data-formats", ] license = "MIT" repository = "https://github.com/yzsolt/meshopt-rs" [[bin]] name = "codec_bench" path = "bin/codec_bench.rs" required-features = ["experimental"] [[bench]] name = "with_input" harness = false [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.miniz_oxide] version = "0.6.2" [dev-dependencies.tobj] version = "3.2.3" [features] experimental = []