# 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 = "dimensionals" version = "0.2.1" authors = ["0xAlcibiades "] description = "Rust native generic, flexible n-dimensional array." homepage = "https://github.com/warlock-labs/dimensionals" readme = "README.md" keywords = [ "math", "matrix", "vector", "tensor", "array", ] categories = ["mathematics"] license = "MIT" repository = "https://github.com/warlock-labs/dimensionals" [lib] [[bench]] name = "benchmarks" harness = false [dependencies.num-traits] version = "0.2.19" [dev-dependencies.criterion] version = "0.5.1"