[package] name = "chiral-computing-unit" version = "0.1.2" edition = "2021" authors = ["Qin Wan "] license = "MIT" description = "Computing Units of Chiral: An All-in-One Data Processing Tool" repository = "https://github.com/chiral-data/chiral-db" homepage = "https://www.chiral.one" keywords = ["cheminformatics", "bioinformatics", "data", "AI"] categories = ["science"] [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" cxx = "1.0" openbabel = "0.5.3" chiral-common = "0.1.2" chiral-data = "0.1.2" chiral-operator = "0.1.2" # chiral-common = { path = "../../../chiral-db/crates/common" } # chiral-data = { path = "../../../chiral-db/crates/data" } # chiral-operator = { path = "../../../chiral-db/crates/operator" } [build-dependencies] cxx-build = "1.0"