# 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-core" version = "0.10.0" authors = ["Samuel Galvão Elias "] description = "Core library for the classeq project" 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.clap] version = "4" features = ["derive"] [dependencies.dashmap] version = "6.0" features = [ "rayon", "serde", ] [dependencies.mur3] version = "0.1" [dependencies.mycelium-base] version = "5.0" [dependencies.phylotree] version = "0.1.2" [dependencies.rayon] version = "1.10" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "alloc", "json", "env-filter", "tracing-serde", ] [dependencies.uuid] version = "1.1" features = [ "v3", "v4", "v7", "serde", "fast-rng", ]