chematic-core 0.4.13

Core types (Atom, Bond, Molecule) for chematic — pure-Rust RDKit alternative, WASM-compatible
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 = "2024"
name = "chematic-core"
version = "0.4.13"
authors = ["kent-tokyo <kent-tokyo@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types (Atom, Bond, Molecule) for chematic — pure-Rust RDKit alternative, WASM-compatible"
homepage = "https://kent-tokyo.github.io/chematic/"
documentation = "https://docs.rs/chematic-core"
readme = "README.md"
keywords = [
    "cheminformatics",
    "chemistry",
    "molecule",
    "smiles",
    "wasm",
]
categories = [
    "science",
    "science::computational-chemistry::cheminformatics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/chematic"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "chematic_core"
path = "src/lib.rs"

[dependencies]