[dependencies]
[features]
Full = ["specifics", "const"]
const = []
default = ["specifics"]
specifics = []
[lib]
name = "fructose"
path = "src/lib.rs"
[package]
authors = ["Sebastian <Sebastian@Strobl.net>"]
categories = ["mathematics", "science"]
description = "Mathematical Traits for the Glucose Library and the Rust programming language."
edition = "2018"
keywords = ["math", "mathematics", "science", "physics"]
license-file = "LICENSE"
name = "fructose"
publish = true
repository = "https://github.com/TriedWorks/fructose"
version = "0.3.5"