[[bench]]
harness = false
name = "uvoxid_bench"
path = "benches/uvoxid_bench.rs"
[[bin]]
name = "uvoxid"
path = "src/main.rs"
[dependencies.ciborium]
version = "0.2.2"
[dependencies.serde]
version = "1.0.225"
[dependencies.serde_json]
version = "1.0.145"
[dev-dependencies.criterion]
version = "0.5"
[lib]
name = "uvoxid"
path = "src/lib.rs"
[package]
authors = ["JD Plumbing <jdplumbingsoflo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "simulation", "encoding"]
description = "UVoxID: 192-bit spatial addressing scheme for encoding/decoding micrometer + lat/lon coordinates."
edition = "2021"
keywords = ["uvoxid", "voxel", "3d", "encoding", "spatial"]
license = "MIT"
name = "uvoxid"
readme = "README.md"
repository = "https://github.com/JDPlumbing/uvoxid-rs"
version = "0.2.0"
[[test]]
name = "serde"
path = "tests/serde.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"