[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.56"
[dependencies.reqwest]
features = ["json"]
version = "0.12.7"
[dependencies.serde]
features = ["derive"]
version = "1.0.137"
[dependencies.serde_json]
version = "1.0.81"
[dev-dependencies.dotenv]
version = "0.15.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.44.2"
[lib]
name = "oklink"
path = "src/lib.rs"
[package]
authors = ["rooct"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "A Rust SDK for interacting with the OKLink API"
edition = "2024"
homepage = "https://github.com/rooct/oklink-sdk-rs.git"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["oklink", "api", "sdk", "rust"]
license = "MIT"
name = "oklink"
readme = "README.md"
repository = "https://github.com/rooct/oklink-sdk-rs.git"
version = "0.0.4"