# 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 = "zoc" version = "0.3.0" build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Z-order curve based multidimensional range search" readme = "README.md" keywords = [ "z-order", "morton", "litmax", "bigmin", ] license = "BlueOak-1.0.0" repository = "https://github.com/twittner/zoc" [profile.bench] lto = true codegen-units = 1 strip = true [profile.release] lto = true codegen-units = 1 [lib] name = "zoc" path = "src/lib.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.minicbor] version = "0.25.0" features = ["derive"] optional = true [dependencies.num-traits] version = "0.2.19" default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] optional = true [dev-dependencies.arbitrary] version = "1.3.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5"