chematic-fp 0.1.0

Molecular fingerprints (ECFP/Morgan) for chematic — pure Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

[[package]]
name = "chematic-fp"
version = "0.1.0"
dependencies = [
 "chematic-core",
 "chematic-perception",
 "chematic-smarts",
]

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

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