chematic-mol 0.4.21

MOL/SDF V2000 and V3000 parser and writer for chematic — pure-Rust RDKit alternative
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
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-mol"
version = "0.4.21"
dependencies = [
 "chematic-core",
 "chematic-perception",
 "chematic-rxn",
 "chematic-smiles",
 "serde_json",
]

[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5472560ee4f1e8176565af1d5666c4a3ff00f242ddb7aad96d0cbaeee299909e"
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 = "itoa"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"

[[package]]
name = "memchr"
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "rustc-hash"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"

[[package]]
name = "serde"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
 "serde_core",
]

[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde_derive"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "serde_json"
version = "1.0.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
dependencies = [
 "itoa",
 "memchr",
 "serde",
 "serde_core",
 "zmij",
]

[[package]]
name = "syn"
version = "2.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

[[package]]
name = "zmij"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"