# SPDX-FileCopyrightText: 2021 Jakub Pastuszek # # SPDX-License-Identifier: GPL-3.0-or-later [package] name = "cbradio" version = "0.1.0" authors = ["Jakub Pastuszek "] edition = "2018" description = "System orchestration based on Redis" repository = "https://git.sr.ht/~jpastuszek/cbradio" homepage = "https://sr.ht/~jpastuszek/cbradio/" documentation = "https://docs.rs/cbradio" readme = "README.md" keywords = ["configuraiton", "management", "cli"] categories = ["config"] license = "GPL-3.0-or-later" [dependencies] structopt = "0.3.2" log = "0.4.8" cotton = "0.0.18" serde = { version = "1.0.126", features = ["derive"] } serde_bare = "0.4.0" redis = "0.21.0" maybe-string = { version = "0.1.0", features = ["serde"] } crossbeam-utils = "0.8.5" multistream-batch = "1.2.0" lz4 = "1.23.2" yansi = "0.5.0" hex = "0.4.3" crypto_box = "0.6.1" base64 = "0.13.0" ed25519-dalek = "1.0.1" curve25519-dalek = "3.1.0" rand_core = "0.6.3" toml = "0.5.8" fs2 = "0.4.3"