# 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 = "vecmat" version = "0.7.8" authors = ["Alexey Gerasev "] description = "Low-dimensional vector algebra with min_const_generics support" homepage = "https://github.com/agerasev/vecmat-rs" documentation = "https://docs.rs/vecmat" readme = "README.md" keywords = [ "vector", "matrix", "math", "algebra", "min-const-generics", ] categories = [ "algorithms", "data-structures", "science", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/agerasev/vecmat-rs" resolver = "2" [package.metadata.docs.rs] features = [ "std", "rand", "approx", ] [dependencies.approx] version = "0.5" optional = true [dependencies.num-complex] version = "0.4" features = ["libm"] default-features = false [dependencies.num-integer] version = "0.1" default-features = false [dependencies.num-traits] version = "0.2" features = ["libm"] default-features = false [dependencies.rand_] version = "0.8" optional = true package = "rand" [dev-dependencies.rand_xorshift] version = "0.3" [features] default = [ "std", "rand", "approx", ] rand = [ "rand_", "num-complex/rand", ] std = [ "num-traits/std", "num-integer/std", "num-complex/std", "rand_/std", "approx/std", ]