[dependencies.dotenv]
version = "0.15"
[dependencies.reqwest]
features = ["json"]
version = "0.12.23"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0.142"
[dependencies.thiserror]
version = "2.0.14"
[dependencies.tokio]
features = ["full"]
version = "1.47.1"
[dependencies.url]
version = "2.5"
[[example]]
name = "get_space"
path = "examples/get_space.rs"
[lib]
name = "backlog_client"
path = "src/lib.rs"
[package]
authors = ["katayama8000 <https://github.com/katayama8000>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming"]
description = "Backlog Client For Rust"
edition = "2024"
homepage = "https://github.com/katayama8000/backlog-client-rust/blob/main/README.md"
keywords = ["backlog", "api", "client"]
license = "MIT OR Apache-2.0"
name = "backlog-client"
readme = "README.md"
repository = "https://github.com/katayama8000/backlog-client"
version = "0.1.1"