[package] name = "chiral-data" version = "0.1.2" edition = "2021" authors = ["Qin Wan "] license = "MIT" description = "Data Management Module 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] rand = "0.8.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" permutation = "0.4" chiral-common = "0.1.2" # chiral-common = { path = "../../../chiral-db/crates/common" } [dev-dependencies]