[package]
edition = "2021"
rust-version = "1.75"
name = "omgkit-core"
version = "0.0.2"
authors = ["zbc0315 <62389427+zbc0315@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core data structures for omgkit: columnar molecule batches, CSR graphs and the element table"
homepage = "https://zbc0315.github.io/omgkit/"
readme = "README.md"
keywords = [
"chemistry",
"cheminformatics",
"smiles",
"smarts",
"molecule",
]
categories = [
"science",
"data-structures",
"parser-implementations",
]
license = "BSD-3-Clause"
repository = "https://github.com/zbc0315/omgkit"
[lib]
name = "omgkit_core"
path = "src/lib.rs"
[dependencies]
[lints.clippy]
missing_panics_doc = "allow"
module_name_repetitions = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"
[lints.rustdoc]
broken_intra_doc_links = "deny"
private_intra_doc_links = "deny"
redundant_explicit_links = "deny"