srs-client 0.2.1

Provides bindings for the main functionalities of the SRS
Documentation
[dependencies.derive_more]
version = "0.99"

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

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

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

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

[package]
authors = ["Serhii Khalymon <serhii.khalymon@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-client"]
description = "Provides bindings for the main functionalities of the SRS"
documentation = "https://docs.rs/srs-client"
edition = "2021"
keywords = ["SRS", "callback", "API", "client"]
license = "MIT OR Apache-2.0"
name = "srs-client"
readme = "README.md"
repository = "https://github.com/eirenik0/srs-client"
version = "0.2.1"

[package.metadata.release]
allow-branch = ["main"]
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]

[[package.metadata.release.pre-release-replacements]]
file = "README.md"
replace = "v{{version}}"
search = 'v[0-9]+\.[0-9]+\.[0-9]+'

[[package.metadata.release.pre-release-replacements]]
file = "README.md"
replace = "{{version}}"
search = '[0-9]+\.[0-9]+\.[0-9]+'

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