integral 0.1.6

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

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

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