rust-ena 0.2.0

ena-crate interacts directly with the European Nucleotide Archive(ENA)
[[bin]]
name = "rust-ena"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.20"

[dependencies.cmd_lib]
version = "1.9.5"

[dependencies.figlet-rs]
version = "0.1.5"

[dependencies.regex]
version = "1.11.0"

[dependencies.tokio]
features = ["full"]
version = "1.47.1"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "ena-crate interacts directly with the European Nucleotide Archive(ENA)"
edition = "2021"
homepage = "https://github.com/genomicssport/ena-rust"
license = "MIT"
name = "rust-ena"
readme = "README.md"
repository = "https://github.com/genomicssport/ena-rust"
version = "0.2.0"