# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "morton" version = "0.3.0" authors = ["Reinier Maas "] description = "Morton space filling curve functions" homepage = "https://github.com/ReinierMaas/morton/" documentation = "https://docs.rs/morton/" readme = "README.md" keywords = ["morton", "iterator", "cache-coherence", "spatial-locality", "data-locality"] categories = ["algorithms", "caching", "data-structures", "game-engines", "memory-management"] license = "MIT" repository = "https://github.com/ReinierMaas/morton/" [profile.bench] lto = true [profile.release] lto = true [[bench]] name = "morton" harness = false [dev-dependencies.bencher] version = "0.1" [dev-dependencies.rand] version = "0.7"