version = 4
[[package]]
name = "chematic-core"
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "507afcdf98be520979f920c1d9524ecb3048d9a53e07321f0966ed13a9c720d9"
[[package]]
name = "chematic-perception"
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e67869d14f1641266c4acecc8465d29ddb25f7508b7f3708da07d12b7d1f1d5"
dependencies = [
"chematic-core",
"rustc-hash",
]
[[package]]
name = "chematic-rxn"
version = "0.4.21"
dependencies = [
"chematic-core",
"chematic-smarts",
"chematic-smiles",
"rustc-hash",
]
[[package]]
name = "chematic-smarts"
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2383f9304b4b9f6f93ba5e9920ae54f19fd5af2358a0262f2622e6a63cd8dac5"
dependencies = [
"chematic-core",
"chematic-perception",
"rustc-hash",
]
[[package]]
name = "chematic-smiles"
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527abe670cce8d07753bb6d3f18257db07c708fb2055c28cc7da47fef9db2671"
dependencies = [
"chematic-core",
]
[[package]]
name = "rustc-hash"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"