[package]
edition = "2021"
name = "chematic-mol"
version = "0.1.21"
authors = ["kent-tokyo <kent-tokyo@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MOL/SDF V2000 and V3000 parser and writer for chematic — pure-Rust RDKit alternative"
homepage = "https://github.com/kent-tokyo/chematic"
documentation = "https://docs.rs/chematic-mol"
readme = "README.md"
keywords = [
"sdf",
"mol",
"ctfile",
"cheminformatics",
"chemistry",
]
categories = [
"science",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/chematic"
[lib]
name = "chematic_mol"
path = "src/lib.rs"
[dependencies.chematic-core]
version = "0.1.14"