srs-client 0.2.2

Provides bindings for the main functionalities of the SRS
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[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"
search = 'v[0-9]+\.[0-9]+\.[0-9]+'
replace = "v{{version}}"

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

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

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

[dependencies.derive_more]
version = "0.99"

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

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

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