chematic-fp 0.4.21

ECFP4/6, MACCS 166-bit and topological path fingerprints with Tanimoto/Dice similarity for chematic
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "chematic-fp"
version = "0.4.21"
authors = ["kent-tokyo <kent-tokyo@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ECFP4/6, MACCS 166-bit and topological path fingerprints with Tanimoto/Dice similarity for chematic"
homepage = "https://kent-tokyo.github.io/chematic/"
documentation = "https://docs.rs/chematic-fp"
readme = "README.md"
keywords = [
    "fingerprints",
    "ecfp",
    "morgan",
    "tanimoto",
    "cheminformatics",
]
categories = [
    "science",
    "science::computational-chemistry::cheminformatics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/chematic"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "chematic_fp"
path = "src/lib.rs"

[[bench]]
name = "ecfp_bench"
path = "benches/ecfp_bench.rs"
harness = false

[dependencies.chematic-core]
version = "0.4.19"

[dependencies.chematic-perception]
version = "0.4.19"

[dependencies.chematic-rxn]
version = "0.4.19"

[dependencies.chematic-smarts]
version = "0.4.19"

[dependencies.chematic-smiles]
version = "0.4.19"

[dependencies.rustc-hash]
version = "2"

[dependencies.smallvec]
version = "1"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]