# 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" version = "0.1.47" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Molecule indexing and search" homepage = "https://rdkit-rs.github.io" documentation = "https://github.com/rdkit-rs/cheminee" readme = "README.md" license = "MIT" repository = "https://github.com/rdkit-rs/cheminee" [lib] name = "cheminee" path = "src/lib.rs" [[bin]] name = "cheminee" path = "src/main.rs" [[test]] name = "api_tests" path = "tests/api_tests.rs" [[test]] name = "cli_tests" path = "tests/cli_tests.rs" [[test]] name = "cpd_processing_tests" path = "tests/cpd_processing_tests.rs" [[test]] name = "encoder_tests" path = "tests/encoder_tests.rs" [[test]] name = "index_management_tests" path = "tests/index_management_tests.rs" [[test]] name = "search_tests" path = "tests/search_tests.rs" [[test]] name = "structure_matching_tests" path = "tests/structure_matching_tests.rs" [[test]] name = "user_data_indexing_tests" path = "tests/user_data_indexing_tests.rs" [[bench]] name = "fingerprint_benches" path = "benches/fingerprint_benches.rs" [[bench]] name = "scaffold_benches" path = "benches/scaffold_benches.rs" [dependencies.bitvec] version = "1" [dependencies.cheminee-similarity-model] version = "0.1" [dependencies.clap] version = "4" [dependencies.eyre] version = "0" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0" [dependencies.poem] version = "1" features = [ "test", "prometheus", ] [dependencies.poem-openapi] version = "2" features = ["swagger-ui"] [dependencies.poem-openapi-derive] version = "2" [dependencies.prometheus] version = "0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1" [dependencies.rdkit] version = "0.4.11" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tantivy] version = "0.22" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.zstd-sys] version = "=2.0.9" [dev-dependencies.tempdir] version = "0"