# 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 = "openbabel" version = "0.5.3" authors = ["Qin Wan "] description = "Rust bindings to cheminformatics toolbox OpenBabel" homepage = "https://github.com/rogerwq/openbabel-rust" documentation = "https://docs.rs/openbabel" keywords = [ "cheminformatics", "openbabel", ] categories = ["science"] license = "MIT" repository = "https://github.com/rogerwq/openbabel-rust" [[example]] name = "fingerprint" path = "examples/fingerprint.rs" [[bench]] name = "fingerprint" harness = false [[bench]] name = "substructure" harness = false [dependencies.cxx] version = "1.0" [dependencies.ob_rs] version = "0.5.3" package = "openbabel-sys" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.strum_macros] version = "0.24" [dev-dependencies.chiral-db-sources] version = "0.2.0" [dev-dependencies.criterion] version = "0.3.5"