# 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 = "nd_vec" version = "0.4.0" authors = ["Connor Slade"] exclude = [".github"] description = "A compile time n-dimensional vector library." documentation = "https://docs.rs/nd_vec" readme = "README.md" keywords = [ "nd-vec", "n-dimensional", "vector", ] categories = [ "mathematics", "science", ] license-file = "LICENSE" repository = "https://github.com/Basicprogrammer10/nd-vec" [dependencies.num-traits] version = "0.2.17"