[dependencies.num]
version = "0.4.3"
[dependencies.num-complex]
version = "0.4.6"
[dev-dependencies.assert_approx_eq]
version = "1.1.0"
[lib]
name = "fnir"
path = "src/lib.rs"
[package]
authors = ["Leo Lahti leo.lahti1@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fast numerical integration rules, like tanh-sinh quadrature"
edition = "2021"
license = "GPL-3.0"
name = "fnir"
readme = "README.md"
repository = "https://github.com/TileHalo/fnir"
version = "0.1.1"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]