# 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-sys" version = "0.5.3+openbabel-3.1.1" authors = ["Qin Wan "] include = [ "/openbabel/src/config.h.cmake", "/openbabel/src/*.h", "/openbabel/src/*.cpp", "/openbabel/src/stereo/*.cpp", "/openbabel/src/math/*.cpp", "/openbabel/src/fingerprints/*.cpp", "/openbabel/src/stereo/*.h", "/openbabel/src/formats/*.h", "/openbabel/src/formats/*.cpp", "/openbabel/src/forcefields/*.h", "/openbabel/src/forcefields/*.cpp", "/openbabel/include/openbabel", "/src", "/src/data/*.h", "/scripts", "build.rs", ] description = "Native bindings to OpenBabel" homepage = "https://github.com/rogerwq/openbabel-rust" documentation = "https://docs.rs/openbabel-sys" keywords = [ "cheminformatics", "openbabel", "cplusplus", "ffi", ] categories = ["science"] license = "MIT" repository = "https://github.com/rogerwq/openbabel-rust" [lib] name = "openbabel_sys" path = "src/lib.rs" [dependencies.cxx] version = "1.0" [dev-dependencies.tempfile] version = "3.3.0" [build-dependencies.cxx-build] version = "1.0" [build-dependencies.fs_extra] version = "1.2.0"