# 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 = "2018" name = "entrez-rs" version = "0.1.4" authors = ["Suneej Surendran-Nair "] description = "Rust wrapper for the Entrez API" readme = "README.md" keywords = [ "entrez", "bioinformatics", "pubmed", "gene", "ncbi", ] categories = [ "science", "parsing", "api-bindings", ] license = "MIT" repository = "https://github.com/Zenleaf/entrez-rs.git" [dependencies.quick-xml] version = "0.20.0" features = ["serialize"] [dependencies.reqwest] version = "0.10" features = ["blocking"] [dependencies.roxmltree] version = "0.13.0" [dependencies.serde] version = "1.0" features = ["derive"]