omgkit-core 0.0.2

Core data structures for omgkit: columnar molecule batches, CSR graphs and the element table
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"