[package] name = "moore-hilbert" version = "0.1.1" authors = ["Rusty Conover "] edition = "2018" description = "A safe Rust binding to Doug Moore's Fast Hilbert Curve Generation, Sorting, and Range Queries" keywords = ["hilbert", "hilbert-curve"] license = "MIT" repository = "https://github.com/rustyconover/moore-hilbert.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] moore-hilbert-sys = "0.1.0"