[package]
edition = "2021"
rust-version = "1.82"
name = "integral-codegen"
version = "0.1.3"
authors = ["integral contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build-time generation of specialized kernels and coefficient tables for the integral crate (pure Rust)."
homepage = "https://github.com/nmrtist/integral"
readme = "README.md"
keywords = [
"quantum-chemistry",
"gaussian",
"integrals",
"molecular",
"eri",
]
categories = [
"science",
"mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/nmrtist/integral"
[lib]
name = "integral_codegen"
path = "src/lib.rs"
[dependencies]
[lints.clippy]
doc_markdown = "allow"
[lints.rust]
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "warn"
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1