chematic 0.1.26

Pure-Rust cheminformatics: SMILES/SMARTS, 2D SVG depiction, SDF/MOL V3000, ECFP/MACCS fingerprints, LogP/TPSA, CIP stereo, MCS — zero C/C++ deps, WASM-ready
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"
name = "chematic"
version = "0.1.26"
authors = ["kent-tokyo <kent-tokyo@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust cheminformatics: SMILES/SMARTS, 2D SVG depiction, SDF/MOL V3000, ECFP/MACCS fingerprints, LogP/TPSA, CIP stereo, MCS — zero C/C++ deps, WASM-ready"
homepage = "https://github.com/kent-tokyo/chematic"
documentation = "https://docs.rs/chematic"
readme = "README.md"
keywords = [
    "cheminformatics",
    "smiles",
    "chemistry",
    "wasm",
    "rdkit",
]
categories = [
    "science",
    "parser-implementations",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/chematic"

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

[features]
chem = [
    "perception",
    "dep:chematic-chem",
]
default = []
depict = [
    "perception",
    "dep:chematic-depict",
]
fp = [
    "perception",
    "dep:chematic-smarts",
    "dep:chematic-fp",
]
full = [
    "smiles",
    "perception",
    "mol",
    "depict",
    "fp",
    "chem",
    "smarts",
    "rxn",
    "threed",
    "iupac",
]
iupac = ["dep:chematic-iupac"]
mol = [
    "dep:chematic-core",
    "dep:chematic-mol",
]
perception = [
    "smiles",
    "dep:chematic-perception",
]
rxn = [
    "smiles",
    "dep:chematic-rxn",
]
smarts = [
    "perception",
    "dep:chematic-smarts",
]
smiles = [
    "dep:chematic-core",
    "dep:chematic-smiles",
]
threed = [
    "perception",
    "dep:chematic-3d",
]

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

[dependencies.chematic-3d]
version = "0.1.26"
optional = true

[dependencies.chematic-chem]
version = "0.1.26"
optional = true

[dependencies.chematic-core]
version = "0.1.26"
optional = true

[dependencies.chematic-depict]
version = "0.1.26"
optional = true

[dependencies.chematic-fp]
version = "0.1.26"
optional = true

[dependencies.chematic-iupac]
version = "0.1.26"
optional = true

[dependencies.chematic-mol]
version = "0.1.26"
optional = true

[dependencies.chematic-perception]
version = "0.1.26"
optional = true

[dependencies.chematic-rxn]
version = "0.1.26"
optional = true

[dependencies.chematic-smarts]
version = "0.1.26"
optional = true

[dependencies.chematic-smiles]
version = "0.1.26"
optional = true