# 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 = "rdkit-sys" version = "0.4.12" authors = [ "Xavier Lange (xrlange@gmail.com)", "chrissly31415", ] build = "build.rs" exclude = [ "rdkit-*", "*.tar.gz", "examples/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "RDKit CFFI library builder and bindings" readme = "README.md" license = "MIT" repository = "https://github.com/rdkit-rs/rdkit/tree/main/rdkit-sys" [lib] name = "rdkit_sys" path = "src/lib.rs" [[test]] name = "test_atoms" path = "tests/test_atoms.rs" [[test]] name = "test_descriptors" path = "tests/test_descriptors.rs" [[test]] name = "test_fingerprint" path = "tests/test_fingerprint.rs" [[test]] name = "test_mol_ops" path = "tests/test_mol_ops.rs" [[test]] name = "test_mol_standardize" path = "tests/test_mol_standardize.rs" [[test]] name = "test_periodic_table" path = "tests/test_periodic_table.rs" [[test]] name = "test_ro_mol" path = "tests/test_ro_mol.rs" [[test]] name = "test_rw_mol" path = "tests/test_rw_mol.rs" [[test]] name = "test_scaffold_network" path = "tests/test_scaffold_network.rs" [[test]] name = "test_substruct_match" path = "tests/test_substruct_match.rs" [dependencies.cxx] version = "1.0.109" [build-dependencies.cxx-build] version = "1.0.109" [build-dependencies.env_logger] version = "0.10.0" [build-dependencies.which] version = "4.4.2" [features] default = [] dynamic-linking-from-conda = []