# 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 = "vec-x" version = "0.8.0" authors = ["azishio"] description = "Provides a structure `VecX` to manage fixed-length arrays, supporting numeric operations and assignment operations between `VecX` and scalar values." homepage = "https://crates.io/crates/vec-x" documentation = "https://docs.rs/vec-x" readme = "README.md" keywords = [ "vec", "array", "index", "fixed-length", ] categories = [ "compression", "data-structures", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/azishio/vec-x-rs" [dependencies.fxhash] version = "0.2.1" [dependencies.indexmap] version = "2.2.6" [dependencies.num] version = "0.4.3"