[[bench]]
harness = false
name = "benchmark"
[dependencies.once_cell]
version = "1.18.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4"
[dev-dependencies.rand]
version = "0.8"
[package]
categories = ["algorithms", "compression", "computer-vision", "mathematics", "rendering"]
description = "Compressed unit vectors that can be used to store things like normal vectors efficiently."
documentation = "https://docs.rs/cuv"
edition = "2021"
include = ["/src/**/*.rs", "/benches/**/*.rs", "/tests/**/*.rs", "/Cargo.toml", "/LICENSE", "/README.md", "/CHANGELOG.md"]
keywords = ["compressed", "unit", "vector", "normals"]
license = "MIT"
name = "cuv"
readme = "README.md"
repository = "https://github.com/cry-inc/cuv"
version = "0.1.0"