[package] name = "morton" version = "0.3.0" authors = ["Reinier Maas "] edition = "2018" description = "Morton space filling curve functions" documentation = "https://docs.rs/morton/" homepage = "https://github.com/ReinierMaas/morton/" repository = "https://github.com/ReinierMaas/morton/" readme = "README.md" keywords = ["morton", "iterator", "cache-coherence", "spatial-locality", "data-locality"] categories = ["algorithms", "caching", "data-structures", "game-engines", "memory-management"] license = "MIT" [[bench]] harness = false name = "morton" [dev-dependencies] bencher = "0.1" rand = "0.7" [profile.release] lto = true [profile.bench] lto = true