# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "zhang_hilbert" version = "0.1.1" authors = ["yvt "] description = "Produces an arbitrary-sized pseudo-Hilbert scan based on\n“A Pseudo-Hilbert Scan for Arbitrarily-Sized Arrays” by Zhang, et al.\n" readme = "README.md" keywords = ["hilbert", "curve", "algorithm"] license = "MIT/Apache-2.0" repository = "https://github.com/yvt/zhang_hilbert" [dependencies.array] version = "0.0.1" [dependencies.num] version = "0.2.0" default-features = false [dev-dependencies.clap] version = "2.26.0" [dev-dependencies.ndarray] version = "0.12.1" [dev-dependencies.sdl2] version = "0.32.1"