# 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 = "2021" name = "rdk-sys" version = "0.1.1" authors = ["Julius Catahalina "] build = "build.rs" description = "Low-level FFI Rust bindings for the RDKit C++ front-end" keywords = [ "rdkit", "ffi", "cheminformatics", ] categories = [ "external-ffi-bindings", "science", ] license = "MIT/Apache-2.0" repository = "https://github.com/jcathalina/rdk-rs" [dependencies.cxx] version = "1.0" [build-dependencies.cxx-build] version = "1.0" [build-dependencies.env_logger] version = "0.10.0" [build-dependencies.which] version = "4.2.5" [features] conda = []