[package] name = "rust-ena" version = "0.1.0" edition = "2021" readme = "README.md" license-file = "LICENSE" description = "ena-crate interacts directly with the European Nucleotide Archive(ENA)" homepage = "https://github.com/codecreatede/ena-rust-crate" repository = "https://github.com/codecreatede/ena-rust-crate" [dependencies] clap = { version = "4.5.20", features = ["derive"] } cmd_lib = "1.9.5" regex = "1.11.0"