bubbles 4.1.0

Bubble integration server for powder diffraction
[package]
name = "bubbles"
version = "4.1.0"
authors = ["Vadim Dyadkin <dyadkin@3lp.cx>"]
edition = "2021"
homepage = "https://soft.snbl.eu/bubble.html"
repository = "https://git.3lp.cx/dyadkin/bubbles"
license = "GPL-3.0+"
description = "Bubble integration server for powder diffraction"
build = "build.rs"

[dependencies]
cryiorust = "0.5.0"
integrustio = "0.5.0"
cryiorust_derive = "0.4"
actix = "0.12"
actix_derive = "0.5"
async-stream = "0.3"
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.6", features = ["codec"] }
bytes = "1"
chrono = "0.4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "0.8", features = ["serde", "v4"] }
byteorder = "1.4"
parking_lot = "0.11"
base64 = "0.13"
clap = "2.33"
whoami = "1"
itertools = "0.10"
log = "0.4"
num_cpus = "1.13"
zstd = "0.9"
notify = { version = "=5.0.0-pre.13", features = ["serde"] }

[target."cfg(target_os=\"linux\")".dependencies]
daemonize = "0.4"

[target."cfg(target_os=\"windows\")".dependencies]

[target."cfg(target_os=\"macos\")".dependencies]
daemonize = "0.4"

[build-dependencies]
vergen = "5"
anyhow = "1"