# 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" version = "0.1.1" authors = ["Julius Catahalina "] description = "Rust wrappers for the RDKit C++ front-end" homepage = "https://jcathalina.github.io/" documentation = "https://jcathalina.github.io/" readme = "README.md" keywords = [ "rdkit", "ffi", "cheminformatics", ] categories = [ "external-ffi-bindings", "science", ] license = "MIT/Apache-2.0" repository = "https://github.com/jcathalina/rdk-rs" [dependencies.bitvec] version = "1" [dependencies.byteorder] version = "1.4.3" [dependencies.cxx] version = "1.0" [dependencies.rdk-sys] version = "0.1.1" [dependencies.thiserror] version = "1" [features] default = ["rdk-sys/conda"]