# 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.1" name = "num_vector" version = "0.1.0" authors = ["Edgar Justus "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Enabling basic vector arithmetic operations" readme = "README.md" keywords = [ "vector", "arithmetic", "math", "vec", ] categories = [ "mathematics", "data-structures", ] license = "MIT" repository = "https://github.com/HansAmPfaall/num_vector" [lib] name = "num_vector" path = "src/lib.rs" [dependencies]