# 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 = "classeq-ports-lib" version = "0.10.0" authors = ["Samuel Galvão Elias "] description = "A base library to share elements between Classeq ports" readme = "README.md" keywords = [ "bioinformatics", "DNA", "placement", "phylogeny", ] categories = [ "science", "command-line-interface", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/LepistaBioinformatics/classeq2" [dependencies.anyhow] version = "1" [dependencies.apalis] version = "0.5.3" features = [ "cron", "async-std-comp", "tracing", "retry", ] [dependencies.clap] version = "4" features = ["derive"] [dependencies.classeq-core] version = "0.10.0" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_yaml] version = "0.9" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.1" features = [ "v3", "v4", "v7", "serde", "fast-rng", ] [dependencies.walkdir] version = "2.5.0" [dependencies.zstd] version = "0.13"