exa_api_client 0.1.5

A Rust client for interacting with the Exa/Metaphor systems API
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[package]
description = "A Rust client for interacting with the Exa/Metaphor systems API"
edition = "2018"
license = "MIT"
name = "exa_api_client"
readme = "README.md"
repository = "https://github.com/maishathasin/exa-rs"
version = "0.1.5"