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