# 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 = "hilbert_2d" version = "1.1.0" authors = ["Humberto Duarte "] description = "Functions for mapping between 1D and 2D space using the Hilbert curve, and its approximations." readme = "README.md" keywords = [ "hilbert", "curve", "fractal", "mathematics", ] categories = ["mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/hbertoduarte/hilbert_2d/" [dependencies] [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.palette] version = "0.5.0" [dev-dependencies.plotlib] version = "0.5.1" [dev-dependencies.version-sync] version = "0.9.1"