glucose 0.2.3

multipurpose math and physics crate for my projects
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "glucose"
version = "0.2.3"
authors = ["Sebastian <Sebastian@Strobl.net>"]
publish = true
description = "multipurpose math and physics crate for my projects"
keywords = ["math", "mathematics", "science", "physics"]
categories = ["mathematics", "science"]
license = "Apache-2.0"
repository = "https://github.com/TriedWorks/glucose"

[lib]
name = "glucose"
path = "src/lib.rs"
[dependencies.bytemuck]
version = "1.5.1"
optional = true

[dependencies.fructose]
version = "0.3.9"

[dependencies.mint]
version = "0.5.6"
optional = true

[dependencies.paste]
version = "1.0.5"

[features]
algebra = []
analysis = []
default = ["full"]
full = ["algebra", "groups", "analysis"]
full-extras = ["full", "bytemuck", "mint"]
groups = []