# 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 = "hilbert-curve-rust" version = "0.1.2" authors = ["Patrick Desjardins "] description = "Basic Hilbert curve algorithm" homepage = "https://github.com/MrDesjardins/hilbert-curve-rust" readme = "README.md" keywords = [ "hilbert", "hilbert-curve", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MrDesjardins/hilbert-curve-rust" [[bench]] name = "benchmark" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.fast_hilbert] version = "1.0.1" [dev-dependencies.hilbert] version = "0.1.1" [dev-dependencies.hilbert_2d] version = "1.0.0" [dev-dependencies.hilbert_curve] version = "0.2.0"