chematic 0.1.20

Pure-Rust cheminformatics library — RDKit alternative with zero C/C++ FFI (umbrella crate)
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "chematic"
version = "0.1.20"
dependencies = [
 "chematic-3d",
 "chematic-chem",
 "chematic-core",
 "chematic-depict",
 "chematic-fp",
 "chematic-mol",
 "chematic-perception",
 "chematic-rxn",
 "chematic-smarts",
 "chematic-smiles",
]

[[package]]
name = "chematic-3d"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bfe54fff1c818873f852eb2c5b6f337bac9e81f0e6d0d316b09418626c88ece"
dependencies = [
 "chematic-core",
 "chematic-perception",
]

[[package]]
name = "chematic-chem"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4581fa7a426f08abd172e868b9f0d520d5366f1f64547ae3fb69920c53817a71"
dependencies = [
 "chematic-core",
 "chematic-fp",
 "chematic-perception",
 "chematic-smarts",
 "chematic-smiles",
]

[[package]]
name = "chematic-core"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce368acdd06b4676780f9a66a415685d7f2bae3e39e0a4c5aad273ae80a9bc4a"

[[package]]
name = "chematic-depict"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dab7e231f600d51138ef97195fea9d53ae0669ce2b8fc02099255764feb7add0"
dependencies = [
 "chematic-core",
 "chematic-perception",
]

[[package]]
name = "chematic-fp"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85f792db77897170d43e184b58b398bd87e3b430de155b6d595b7b0c2b50e0aa"
dependencies = [
 "chematic-core",
 "chematic-perception",
 "chematic-smarts",
]

[[package]]
name = "chematic-mol"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81d51fa06980892046d23add8cef06918cae10938b1513ade3709d6aa8cb6ac2"
dependencies = [
 "chematic-core",
]

[[package]]
name = "chematic-perception"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11222f9962e0a158d9cf15b4f330fec3a1ff9eef0658dd35c0e687d52901cfad"
dependencies = [
 "chematic-core",
]

[[package]]
name = "chematic-rxn"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e5900f956c90a10952221ff1e252450ee7b3c8c46c16ea7957c168bb5f1e1ae"
dependencies = [
 "chematic-core",
 "chematic-smarts",
 "chematic-smiles",
]

[[package]]
name = "chematic-smarts"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771bb0a613015e99b4153c99aab78c94ff114d85510b137c63b334b981d1e49f"
dependencies = [
 "chematic-core",
 "chematic-perception",
]

[[package]]
name = "chematic-smiles"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e39421ba7d9857fa0e7648629a236806e93bac047abfd348a942290fa03674de"
dependencies = [
 "chematic-core",
]