version = 4
[[package]]
name = "chematic-core"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b34d912425f602d37a0ec1951c277e21509270153dc5f2b560017726eefab5"
[[package]]
name = "chematic-mol"
version = "0.2.10"
dependencies = [
"chematic-core",
"chematic-rxn",
]
[[package]]
name = "chematic-perception"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ff09c3b7a3b62cbfbc922fc4eb468b1d8d16ed4a643063e343ad05315174bfa"
dependencies = [
"chematic-core",
]
[[package]]
name = "chematic-rxn"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59f93383394e5a5cba6125ba98dca255fa8a1131cd7d4c51d0ccae26e4bd2f4e"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
]
[[package]]
name = "chematic-smarts"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0a11a930fa6081d4f3c72c65832982830d806f1e5fb1cfdb5563c6694002f66"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-smiles"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88efb012f539103167461b1390db88318137fc8c390abd36261735a09dcdd08b"
dependencies = [
"chematic-core",
]