pubchem 0.1.1

Rust data structures and client for the PubChem API.
Documentation
[dependencies.form_urlencoded]
version = "1.0.1"

[dependencies.quick-xml]
version = "0.22.0"

[dependencies.thiserror]
version = "1.0.30"

[dependencies.ureq]
default-features = false
features = ["tls"]
version = "2.4.0"

[package]
authors = ["Martin Larralde <martin.larralde@embl.de>"]
description = "Rust data structures and client for the PubChem API."
edition = "2021"
homepage = "https://github.com/althonos/pubchem.rs"
keywords = ["pubchem", "compound", "ncbi", "parser"]
license = "MIT"
name = "pubchem"
readme = "README.md"
repository = "https://github.com/althonos/pubchem.rs"
resolver = "2"
version = "0.1.1"