openbabel 0.1.1

Rust bindings to chemical toolbox OpenBabel
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.cxx]
version = "1.0"

[dependencies.openbabel-sys]
version = "0.1.2"

[package]
authors = ["Qin Wan <rogerwq@gmail.com>"]
categories = ["science"]
description = "Rust bindings to chemical 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.1.1"