[package]
edition = "2021"
rust-version = "1.82.0"
name = "libcint-src"
version = "0.3.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "libcint (C library) source or build specification"
readme = "readme.md"
keywords = [
"chemistry",
"integral",
"scientific",
]
categories = ["science"]
license = "Apache-2.0"
repository = "https://github.com/ajz34/libcint-rs"
[features]
build_from_source = []
no_linkage = []
qcint = []
static = []
with_4c1e = []
with_f12 = []
[lib]
name = "libcint_src"
path = "src/lib.rs"
[build-dependencies.cc]
version = "1.0"
[build-dependencies.cmake]
version = "0.1"