vector-space 0.5.1

Generic vector space trait for compatibility across various libraries
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 = "vector-space"
version = "0.5.1"
authors = ["p <p@p11c.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic vector space trait for compatibility across various libraries"
homepage = "https://gitlab.com/porky11/vector-space"
documentation = "https://docs.rs/vector-space"
readme = "README.md"
keywords = [
    "vector",
    "math",
    "traits",
    "no-std",
]
categories = [
    "mathematics",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/porky11/vector-space"

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

[[test]]
name = "examples"
path = "tests/examples.rs"

[dependencies.num-traits]
version = "0.2"
features = ["libm"]
default-features = false