# 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 = "ebiotic" version = "0.0.26" authors = ["Harry Allsopp "] description = "A Rust crate for interacting with common bioinformatics web services." documentation = "https://docs.rs/ebiotic" readme = "README.md" keywords = [ "bioinformatics", "ebi", "ncbi", "biology", "genomics", ] license = "GPL-3.0" repository = "https://github.com/hallsopp/ebiotic" resolver = "1" [dependencies.bio] version = "1.5" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.13" features = ["full"] [dev-dependencies.ctor] version = "0.1" [dev-dependencies.env_logger] version = "0.10"