# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cbradio" version = "0.1.0" authors = ["Jakub Pastuszek "] description = "System orchestration based on Redis" 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" repository = "https://git.sr.ht/~jpastuszek/cbradio" [dependencies.base64] version = "0.13.0" [dependencies.cotton] version = "0.0.18" [dependencies.crossbeam-utils] version = "0.8.5" [dependencies.crypto_box] version = "0.6.1" [dependencies.curve25519-dalek] version = "3.1.0" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.fs2] version = "0.4.3" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.8" [dependencies.lz4] version = "1.23.2" [dependencies.maybe-string] version = "0.1.0" features = ["serde"] [dependencies.multistream-batch] version = "1.2.0" [dependencies.rand_core] version = "0.6.3" [dependencies.redis] version = "0.21.0" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_bare] version = "0.4.0" [dependencies.structopt] version = "0.3.2" [dependencies.toml] version = "0.5.8" [dependencies.yansi] version = "0.5.0"