[package] name = "ebiotic" version = "0.0.26" edition = "2021" authors = ["Harry Allsopp "] description = "A Rust crate for interacting with common bioinformatics web services." license = "GPL-3.0" repository = "https://github.com/hallsopp/ebiotic" documentation = "https://docs.rs/ebiotic" readme = "../README.md" keywords = ["bioinformatics", "ebi", "ncbi", "biology", "genomics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1.13", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" bio = "1.5" thiserror = "1.0" log = "0.4" [dev-dependencies] env_logger = "0.10" ctor = "0.1"