# 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 = "clade" version = "0.1.3" authors = ["dagou "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for phlyo tree, a phylogenetic tree construction software." readme = "README.md" keywords = [ "phylogenetics", "evolution", "tree", ] license = "MIT" repository = "https://github.com/eric9n/clade" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug-assertions = false strip = true [lib] name = "clade" path = "src/lib.rs" [[bin]] name = "clade" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.flate2] version = "1.0" [dependencies.gtdb_tree] version = "0.1.9" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.12" features = [ "blocking", "multipart", "gzip", ] [dependencies.rusqlite] version = "0.32" features = ["bundled"] [dependencies.tar] version = "0.4"