# 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-cli" version = "0.4.2" authors = ["Samuel Galvão Elias "] description = "A command line interface for the classeq library" readme = "README.md" keywords = [ "bioinformatics", "DNA", "placement", "phylogeny", ] categories = [ "science", "command-line-interface", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/sgelias/classeq2" [[bin]] name = "cls" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.classeq-core] version = "0.4.2" [dependencies.classeq-ports-lib] version = "0.4.2" [dependencies.rayon] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tracing] version = "0.1" [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = [ "json", "env-filter", ]