entrez-rs 0.1.4

Rust wrapper for the Entrez API
Documentation
[dependencies.quick-xml]
features = ["serialize"]
version = "0.20.0"

[dependencies.reqwest]
features = ["blocking"]
version = "0.10"

[dependencies.roxmltree]
version = "0.13.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[package]
authors = ["Suneej Surendran-Nair <suneejnair@gmail.com>"]
categories = ["science", "parsing", "api-bindings"]
description = "Rust wrapper for the Entrez API"
edition = "2018"
keywords = ["entrez", "bioinformatics", "pubmed", "gene", "ncbi"]
license = "MIT"
name = "entrez-rs"
readme = "README.md"
repository = "https://github.com/Zenleaf/entrez-rs.git"
version = "0.1.4"