math-wave 0.4.0

Analytical solutions for wave and Helmholtz equations
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 = "math-wave"
version = "0.4.0"
authors = ["Pierre F. Aubert pierre@spinorama.org"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Analytical solutions for wave and Helmholtz equations"
readme = "README.md"
keywords = [
    "wave",
    "helmholtz",
    "acoustics",
    "analytical",
    "bessel",
]
categories = [
    "science",
    "mathematics",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/pierreaubert/sotf"

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

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

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.spec_math]
version = "0.1"

[dev-dependencies.approx]
version = "0.5"