# 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 = "chiral-common" version = "0.1.4" authors = ["Qin Wan "] description = "Common Stuff of Chiral: An All-in-One Data Processing Tool" homepage = "https://www.chiral.one" keywords = [ "hpc", "cheminformatics", "bioinformatics", "data", "AI", ] categories = ["science"] license = "MIT" repository = "https://github.com/chiral-data/chiral" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.chiral-derive] version = "0.1.4" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.flate2] version = "1.0" [dependencies.home] version = "0.5.4" [dependencies.indicatif] version = "0.17" [dependencies.nanoid] version = "0.4.0" [dependencies.permutation] version = "0.4" [dependencies.pyo3] version = "0.18" optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0" [dev-dependencies] [features] python = ["pyo3"]