# 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" rust-version = "1.80" name = "cuv" version = "0.1.1" build = false include = [ "/src/**/*.rs", "/benches/**/*.rs", "/tests/**/*.rs", "/Cargo.toml", "/LICENSE", "/README.md", "/CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Compressed unit vectors that can be used to store things like normal vectors efficiently." documentation = "https://docs.rs/cuv" readme = "README.md" keywords = [ "compressed", "unit", "vector", "normals", ] categories = [ "algorithms", "compression", "computer-vision", "mathematics", "rendering", ] license = "MIT" repository = "https://github.com/cry-inc/cuv" [lib] name = "cuv" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.rand] version = "0.8"