openbabel 0.5.1

Rust bindings to cheminformatics toolbox OpenBabel
Documentation
[[bench]]
harness = false
name = "fingerprint"

[[bench]]
harness = false
name = "substructure"

[[example]]
name = "fingerprint"
path = "examples/fingerprint.rs"
[dependencies.cxx]
version = "1.0"

[dependencies.ob_rs]
package = "openbabel-sys"
version = "0.5.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.strum]
features = ["derive"]
version = "0.24"

[dependencies.strum_macros]
version = "0.24"
[dev-dependencies.chiral-db-sources]
version = "0.2.0"

[dev-dependencies.criterion]
version = "0.3.5"

[package]
authors = ["Qin Wan <rogerwq@gmail.com>"]
categories = ["science"]
description = "Rust bindings to cheminformatics toolbox OpenBabel"
documentation = "https://docs.rs/openbabel"
edition = "2018"
homepage = "https://github.com/rogerwq/openbabel-rust"
keywords = ["cheminformatics", "openbabel"]
license = "MIT"
name = "openbabel"
repository = "https://github.com/rogerwq/openbabel-rust"
version = "0.5.1"