integral 0.1.0

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

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

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