algosul-math 0.0.5

Some user-friendly yet personalized tools
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 = "algosul-math"
version = "0.0.5"
authors = ["algosul@github.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Some user-friendly yet personalized tools"
homepage = "https://github.com/algosul/algosul"
readme = "README.md"
keywords = ["algosul"]
license = "AGPL-3.0-only"
repository = "https://github.com/algosul/algosul"

[features]
color = []
serde = [
    "dep:serde",
    "num/serde",
]

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

[dependencies.algosul-derive]
version = "0.0.5"
features = ["index"]

[dependencies.num]
version = "0.4.3"
features = []

[dependencies.num-traits]
version = "0.2.19"
features = []

[dependencies.serde]
version = "1.0.219"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "1.0.69"
features = []