simple-vectors 0.5.0

Simple, dimension generic vector math
Documentation
# 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 = "2024"
name = "simple-vectors"
version = "0.5.0"
authors = ["p <p@p11c.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple, dimension generic vector math"
documentation = "https://docs.rs/simple-vectors"
readme = "README.md"
keywords = [
    "vector",
    "math",
    "linear-algebra",
    "geometry",
]
categories = [
    "algorithms",
    "data-structures",
    "science",
    "game-development",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/porky11/simple-vectors"

[features]
parsable = ["token-parser"]

[lib]
name = "simple_vectors"
path = "src/lib.rs"

[dependencies.inner-space]
version = "0.3"

[dependencies.scalars]
version = "0.3"

[dependencies.token-parser]
version = "0.5.0"
optional = true

[dependencies.vector-basis]
version = "0.5"