version = 4
[[package]]
name = "chematic-core"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df34aee644ece8f6662b5a579f525748a75606c340f22f2d6554d90962e409cf"
[[package]]
name = "chematic-ff"
version = "0.7.0"
dependencies = [
"chematic-core",
"chematic-perception",
]
[[package]]
name = "chematic-perception"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eb1ad4bd693b3b31385172238bbd0366cab5446f0c21cf796c3543f1ee361cd"
dependencies = [
"chematic-core",
"rustc-hash",
]
[[package]]
name = "rustc-hash"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"