[package]
edition = "2021"
name = "unitfyi"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client for the UnitFYI API — https://unitfyi.com"
homepage = "https://unitfyi.com"
documentation = "https://docs.rs/unitfyi"
readme = "README.md"
keywords = [
"api",
"client",
"fyi",
"unit",
]
categories = [
"api-bindings",
"web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/fyipedia/unitfyi-rs"
[lib]
name = "unitfyi"
path = "src/lib.rs"
[dependencies.reqwest]
version = "0.12"
features = [
"json",
"blocking",
]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"