[package]
edition = "2021"
name = "ilert"
version = "5.2.0"
authors = ["Christian Froehlingsdorf <chris@ilert.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The official ilert api bindings."
homepage = "https://ilert.com"
documentation = "https://docs.rs/ilert"
readme = "README.md"
keywords = [
"ilert",
"client",
"alerting",
"incident-coms",
"oncall",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/iLert/ilert-rust"
[lib]
name = "ilert"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.base64]
version = "0.22"
[dependencies.env_logger]
version = "0.11"
[dependencies.log]
version = "0.4"
[dependencies.reqwest]
version = "0.13"
features = [
"json",
"query",
]
[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.tokio]
version = "1.50"
features = [
"full",
"rt-multi-thread",
]
[dev-dependencies.wiremock]
version = "0.6"