version = 4
[[package]]
name = "chematic-3d"
version = "0.4.12"
dependencies = [
"chematic-chem",
"chematic-core",
"chematic-ff",
"chematic-fp",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-chem"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e08a57b26c624e32694894b359aebf2d416ead40dea3847aa7a3d13bb3432ad"
dependencies = [
"chematic-core",
"chematic-fp",
"chematic-iupac",
"chematic-perception",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-core"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c077c949c73a5eb7584da77e0b33895e923f77253cb6d248daf093a22acc7870"
[[package]]
name = "chematic-ff"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bab55031ed32173476884c7471d174aa1a030c430fdeb216d3e1cfcbe63e7c0"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-fp"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "235d3f294c1e30aea4681346a114d8f1bd7783ea326b7ebbf6ead3f5fcc6d929"
dependencies = [
"chematic-core",
"chematic-perception",
"chematic-rxn",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-iupac"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24b22f59c2824bd93d08721dc9865311b63fb31dbd0402c06effb7d741d95fb2"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-perception"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed0f601aea23f470fd675923665b1692a24ba076c9634f810d9dbc3db924c175"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-rxn"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b73b84d5357b947658262267745b2fc90c2907deff975e0d472bfcff1d29e4cb"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-smarts"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc8e3a6b834cc8764eeae778019cb460dd62eda12848f1fc550406e3ba17a6df"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-smiles"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bc67ef9887a6ee40c9adf4ff259acba2e6457017a135284cc165ebc16c73a3e"
dependencies = [
"chematic-core",
]