# 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 = "2018" name = "fast_hilbert" version = "2.0.0" authors = ["Armin "] description = "Fast Hilbert 2D curve computation using an efficient Lookup Table (LUT)." readme = "README.md" keywords = [ "space-filling-curve", "hilbert", "peano-curves", "mapping", "algorithm", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/becheran/fast-hilbert" [[bench]] name = "benchmark" harness = false [dependencies.num-traits] version = "0.2.15" features = ["i128"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hilbert] version = "0.1.1" [dev-dependencies.hilbert_2d] version = "1.0.0" [dev-dependencies.hilbert_curve] version = "0.2.0" [dev-dependencies.image] version = "0.23.13"