# 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 = "forsyth" version = "1.0.1" authors = ["Martin Förster "] exclude = ["benches/data", ".gitlab-ci.yml", "builder.Dockerfile"] description = "A pure Rust implementation of Tom Forsyth's 'Linear-Speed Vertex Cache Optimisation'." keywords = ["gamedev", "graphics", "GPU", "3D", "meshes"] categories = ["game-development", "graphics", "rendering"] license = "MIT OR Unlicense" repository = "https://gitlab.com/kento_asashima/forsyth" [[bench]] name = "benches" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.lz-fear] version = "0.1" [dev-dependencies.proptest] version = "1.0" [dev-dependencies.tobj] version = "3.1"