# 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 = "blutils-core" version = "8.2.0" authors = ["Samuel Galvão Elias "] description = "A utility to make it easier to run and analyze Blast results" readme = "README.md" keywords = [ "blast", "bioinformativs", "DNA", "similarity-analysis", "NCBI", ] categories = [ "science", "command-line-interface", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/sgelias/blutils" [lib] name = "blul_core" crate-type = [ "staticlib", "lib", ] path = "src/lib.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.const_format] version = "0.2.26" [dependencies.glob] version = "0.3.1" [dependencies.md5] version = "0.7.0" [dependencies.mycelium-base] version = "4.9.0" [dependencies.polars] version = "0.37" [dependencies.polars-core] version = "0.37" [dependencies.polars-io] version = "0.37" [dependencies.polars-lazy] version = "0.37" [dependencies.polars-ops] version = "0.37" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.shellexpand] version = "3.1.0" [dependencies.slugify] version = "0.1" [dependencies.subprocess] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.0" features = [ "json", "env-filter", ] [dependencies.uuid] version = "1.7" features = [ "v4", "fast-rng", "serde", ]