# 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 = "vector-rust-library" version = "0.1.0" authors = ["NamorNiradnug"] description = "Port of Vector CLass Library to Rust" readme = "README.md" keywords = [ "simd", "vector-class-library", ] license = "MIT" repository = "https://github.com/NamorNiradnug/vector-rust-library" [lib] name = "vrl" [[bench]] name = "dotprod" harness = false [dependencies.derive_more] version = "0.99.17" [dependencies.paste] version = "1.0.14" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"]