# 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 = "space-time" version = "0.3.0" authors = ["Boyd Johnson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A nightly only library of space-time filling curves that supports no-std." readme = "README.md" keywords = [ "spatial", "space-filling-curves", "spatio-temporal", "no-std", ] license-file = "LICENSE.txt" repository = "https://github.com/boydjohnson/space_time" [lib] name = "space_time" path = "src/lib.rs" [[bench]] name = "bench_xzorder_curve" path = "benches/bench_xzorder_curve.rs" [[bench]] name = "bench_zorder_curve" path = "benches/bench_zorder_curve.rs" [dependencies.num-integer] version = "0.1" default-features = false [dependencies.num-traits] version = "0.2" features = ["libm"] default-features = false [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0"