libcint 0.0.2

FFI binding and GTO wrapper for libcint (C library)
Documentation
[package]
name = "libcint"
description = "FFI binding and GTO wrapper for libcint (C library)"
readme = "readme.md"

version.workspace = true
edition.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true

[dependencies]
libcint-src = { workspace = true }
itertools = { version = "0.14" }
rayon = { version = "1.10" }
num = { version = "0.4" }
libm = { version = "0.2" }
duplicate = { version = "2.0"}
derive_builder = { version = "0.20"}
rstsr-common = { version = "0.3.6", features = ["rayon"] }

[dev-dependencies]
ndarray = "0.15"
approx = "0.5"
rstest = "0.25"

[features]
default = []
with_f12 = ["libcint-src/with_f12"]
with_4c1e = ["libcint-src/with_4c1e"]
build_from_source = ["libcint-src/build_from_source"]
static = ["libcint-src/static"]
qcint = ["libcint-src/qcint"]

[profile.dev]
opt-level = 2

[package.metadata.docs.rs]
features = ["default"]
rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"]