# 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 = "zorder" version = "0.2.2" authors = ["Elias Kauppi"] description = "Fast Z-order curve conversions" homepage = "https://github.com/kauppie/zorder" documentation = "https://docs.rs/zorder" readme = "README.md" keywords = [ "z-order", "bmi2", "morton", ] categories = [ "algorithms", "hardware-support", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kauppie/zorder" [[bench]] name = "software_zorder" harness = false [[bench]] name = "bmi2_zorder" harness = false [dependencies.num-traits] version = "0.2" default-features = false [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [features] default = ["std"] std = []