integral 0.1.4

Native-Rust Gaussian integrals for quantum mechanics (driver + public API).
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "integral"
version = "0.1.4"
dependencies = [
 "integral-core",
 "integral-math",
]

[[package]]
name = "integral-core"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c0495ae42c5ae3ee46f687ffaeef35e0db8b8d3799fe46867278aef1bca350e"
dependencies = [
 "integral-math",
]

[[package]]
name = "integral-math"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8027fde791bae8e78ffce963869e78bfce2ef3f60eb3356dad136b41ccd87da8"