bitbucket-server-rs 0.5.1

An API client library for Bitbucket Data Center
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4.39"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.env_logger]
version = "0.11.6"

[dependencies.reqwest]
features = ["json"]
version = "0.12.12"

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

[dependencies.serde_json]
version = "1.0.138"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.httpmock]
version = "0.7.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.43.0"

[lib]
name = "bitbucket_server_rs"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "An API client library for Bitbucket Data Center"
documentation = "https://docs.rs/bitbucket-server-rs"
edition = "2021"
keywords = ["bitbucket", "api", "client", "rest", "atlassian"]
license-file = "LICENSE"
name = "bitbucket-server-rs"
readme = "README.md"
repository = "https://github.com/acfabro/bitbucket-server-rs"
version = "0.5.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "api_build_status_get"
path = "tests/api_build_status_get.rs"

[[test]]
name = "api_build_status_post"
path = "tests/api_build_status_post.rs"

[[test]]
name = "api_pull_request_changes_get"
path = "tests/api_pull_request_changes_get.rs"

[[test]]
name = "api_pull_request_post"
path = "tests/api_pull_request_post.rs"

[[test]]
name = "common"
path = "tests/common.rs"