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