# 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 = "2018" name = "chiral-db" version = "0.2.1" authors = ["Qin Wan "] description = "ChiralDB: a cheminformatics database written in Rust" homepage = "https://github.com/chiral-data/chiral-db" documentation = "https://docs.rs/chiral-db" keywords = [ "cheminformatics", "openbabel", ] categories = ["science"] license = "MIT" repository = "https://github.com/chiral-data/chiral-db" [[bench]] name = "fingerprint" harness = false [[bench]] name = "similarity" harness = false [[bench]] name = "substructure" harness = false [dependencies.chiral_db_sources] version = "0.2.0" package = "chiral-db-sources" [dependencies.cxx] version = "1.0" [dependencies.openbabel] version = "0.5.1" [dependencies.serde] version = "1.0.97" [dependencies.serde_derive] version = "1.0" [dependencies.toml] version = "0.5" [dev-dependencies.criterion] version = "0.3.5"