[dependencies.base64ct]
version = "1.6.0"
[dependencies.bytes]
version = "1.5.0"
[dependencies.futures]
version = "0.3.31"
[dependencies.reqwest]
default-features = false
features = ["charset", "http2", "macos-system-configuration", "json", "multipart"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0.168"
[dependencies.serde_json]
version = "1.0.108"
[dependencies.soft_assert]
version = "0.1.1"
[dependencies.thiserror]
version = "1.0.43"
[dependencies.time]
features = ["parsing", "serde", "formatting"]
version = "0.3.26"
[dependencies.tokio]
features = ["net"]
version = "1.29.1"
[dependencies.url]
features = ["serde"]
version = "2.4.0"
[dependencies.zeroize]
version = "1.7.0"
[dev-dependencies.eyre]
version = "0.6.9"
[dev-dependencies.reqwest]
features = ["cookies"]
version = "0.12"
[dev-dependencies.tokio]
features = ["net", "fs", "rt", "macros"]
version = "1.29.1"
[features]
default = ["reqwest/default-tls"]
rustls-tls = ["reqwest/rustls-tls"]
sync = ["reqwest/blocking"]
[lib]
name = "forgejo_api"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Interface to Forgejo's Web API"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "forgejo-api"
readme = "README.md"
repository = "https://codeberg.org/Cyborus/forgejo-api"
version = "0.9.0"
[[test]]
name = "admin"
path = "tests/admin.rs"
[[test]]
name = "headers"
path = "tests/headers.rs"
[[test]]
name = "organization"
path = "tests/organization.rs"
[[test]]
name = "repo"
path = "tests/repo.rs"
[[test]]
name = "user"
path = "tests/user.rs"