mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-10 17:43:23 +01:00
47 lines
1.1 KiB
TOML
47 lines
1.1 KiB
TOML
[package]
|
|
name = "diflouroborane"
|
|
version = "0.1.0"
|
|
authors = ["Gregor Reitzenstein <me@dequbed.space>"]
|
|
license = "GPL-3.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
futures = { version = "0.3", features = ["thread-pool", "compat"] }
|
|
futures-util = "0.3"
|
|
futures-signals = "0.3"
|
|
|
|
smol = "1.0"
|
|
|
|
signal-hook = { version = "0.1", features = ["tokio-support"] }
|
|
|
|
slog = { version = "2.5", features = ["max_level_trace"] }
|
|
slog-term = "2.6"
|
|
slog-async = "2.5"
|
|
|
|
capnp = "0.13"
|
|
capnp-rpc = "0.13"
|
|
capnp-futures = "0.13"
|
|
|
|
toml = "0.5"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
flexbuffers = "0.1"
|
|
|
|
uuid = { version = "0.8", features = ["serde", "v4"] }
|
|
|
|
clap = "2.33"
|
|
|
|
#rsasl = "0.1"
|
|
|
|
# rumqtt needs tokio which I'm trying to get away from
|
|
paho-mqtt = { git = "https://github.com/dequbed/paho.mqtt.rust.git", branch = "master", features = ["build_bindgen"] }
|
|
|
|
#mlua = { version = "0.4", features = ["async", "luajit"] }
|
|
|
|
libc = "0.2"
|
|
lmdb-rkv = "0.14"
|
|
|
|
[build-dependencies]
|
|
capnpc = "0.13"
|