# 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 = "manyvecs" version = "0.3.0" authors = ["BD103"] exclude = [ ".cargo", ".replit", "replit.nix", ] description = "Vector structs inspired by GLSL" homepage = "https://bd103.github.io" documentation = "https://docs.rs/manyvecs" readme = "README.md" keywords = ["vector"] categories = [ "data-structures", "game-development", "mathematics", ] license = "MIT" repository = "https://github.com/BD103/ManyVecs" resolver = "2" [dependencies.num-traits] version = "0.2" optional = true [features] default = ["legacy"] legacy = ["num-traits"] macroed = []