integral 0.1.1

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.1"
dependencies = [
 "integral-core",
 "integral-math",
]

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

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