rust-ena 0.2.0

ena-crate interacts directly with the European Nucleotide Archive(ENA)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rust-ena"
version = "0.2.0"
edition = "2021"
readme = "README.md"
license = "MIT"
description = "ena-crate interacts directly with the European Nucleotide Archive(ENA)"
homepage = "https://github.com/genomicssport/ena-rust"
repository = "https://github.com/genomicssport/ena-rust"

[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
cmd_lib = "1.9.5"
figlet-rs = "0.1.5"
regex = "1.11.0"
tokio = { version = "1.47.1", features = ["full"] }