[package]
name = "bubbles"
version = "3.1.1"
authors = ["Vadim Dyadkin <dyadkin@3lp.cx>"]
edition = "2018"
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"
[dependencies]
ctrlc = "3.1.6"
crossbeam = "0.7.3"
crossbeam-channel = "0.4.4"
chrono = "0.4.15"
serde_json = "1.0.57"
serde = { version = "1.0.116", features = ["derive"] }
byteorder = "1.3.4"
parking_lot = "0.11.0"
base64 = "0.12.3"
rayon = "1.4.0"
miniz_oxide = "0.4.2"
clap = "2.33.3"
whoami = "0.9.0"
itertools = "0.9.0"
log = "0.4.11"
num_cpus = "1.13.0"
cryiorust = "0.3.0"
integrustio = "0.3.4"
[target."cfg(target_os=\"linux\")".dependencies]
notify = { version = "=5.0.0-pre.3", features = ["serde"] }
daemonize = "0.4.1"
[target."cfg(target_os=\"windows\")".dependencies]
notify = { version = "=5.0.0-pre.3", features = ["serde"] }
[target."cfg(target_os=\"macos\")".dependencies]
daemonize = "0.4.1"
notify = { version = "=5.0.0-pre.3", features = ["serde"] }