# 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 = "2021" name = "cheminee-similarity-model" version = "0.1.4" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Builds a Morgan fingerprint encoder model to accelerate similarity searches" documentation = "https://github.com/rdkit-rs/cheminee-similarity-model" readme = "README.md" license = "MIT" repository = "https://github.com/rdkit-rs/cheminee-similarity-model" [lib] name = "cheminee_similarity_model" path = "src/lib.rs" [[test]] name = "encoder_tests" path = "tests/encoder_tests.rs" [[bench]] name = "encoding_benches" path = "benches/encoding_benches.rs" [dependencies.eyre] version = "0" [dependencies.lazy_static] version = "1.5" [dependencies.log] version = "0.4.22" [dependencies.ndarray] version = "0.16" [dependencies.tempfile] version = "3.13" [dependencies.tensorflow] version = "0.21" [build-dependencies.flate2] version = "1.0" [build-dependencies.reqwest] version = "0.12" features = ["blocking"] [build-dependencies.tar] version = "0.4"