integral 0.1.3

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

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

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