broker/Cargo.toml

32 lines
844 B
TOML

[package]
name = "broker"
version = "1.4.6"
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
edition = "2018"
license = "MIT"
keywords = ["sse", "api", "zero-code", "broker", "real-time"]
description = "Real-time Zero-Code API Server"
repository = "https://github.com/apibillme/broker"
homepage = "https://apibill.me"
readme = "README.md"
[dependencies]
portal = "0.2"
futures = "0.3"
broker-tokio = { version = "0.2", features = ["full"] }
tokio = { version = "0.2", features = ["full"] }
serde = "1"
serde_json = "1"
serde_derive = "1"
json = "0.12"
sled = "0.30"
pretty_env_logger = "0.3"
chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "0.8", features = ["serde", "v4"] }
bcrypt = "0.6"
jsonwebtoken = "6"
reqwest = { version = "0.10", features = ["json", "blocking"] }
go-flag = "0.1"
envy = "0.4"
lazy_static = "1.4"