sphrs 0.2.2

Spherical harmonics and solid harmonics
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 = "2021"
name = "sphrs"
version = "0.2.2"
authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"]
description = "Spherical harmonics and solid harmonics"
homepage = "http://argmin-rs.org"
documentation = "https://docs.rs/sphrs/latest/sphrs/"
readme = "README.md"
keywords = [
    "math",
    "science",
]
categories = [
    "science",
    "rendering",
    "graphics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/argmin-rs/sphrs"

[dependencies.num]
version = "0.4"

[dependencies.num-complex]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dev-dependencies.approx]
version = "0.5"
features = ["num-complex"]

[dev-dependencies.csv]
version = "1"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck_macros]
version = "1"

[badges.maintenance]
status = "actively-developed"