[package]
edition = "2024"
rust-version = "1.89"
name = "inflow"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Matrix push notification gateway types and pusher registration, with support for domestic Chinese Android OEM providers (JPush, Huawei, Xiaomi, OPPO, vivo, HONOR) via the Bugle push gateway."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/taidge/inflow"
[features]
default = []
matrix = ["dep:matrix-sdk"]
[lib]
name = "inflow"
path = "src/lib.rs"
[dependencies.matrix-sdk]
version = "0.16.0"
features = []
optional = true
default-features = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tracing]
version = "0.1"