# 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 = "zedis" version = "0.1.102" authors = ["drbh "] description = "A little brokerless persisted lockfree datastore. 7 commands, super simple" license = "Apache-2.0" repository = "https://github.com/drbh/zedis" [dependencies.actix-web] version = "1.0.0" [dependencies.bytes] version = "0.4" [dependencies.colored] version = "1.8" [dependencies.env_logger] version = "0.7.0" [dependencies.futures] version = "0.1" [dependencies.json] version = "0.12.0" [dependencies.rustyline] version = "5.0.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0.101" [dependencies.serde_json] version = "1.0" [dependencies.sled] version = "0.28.0" [dependencies.sodiumoxide] version = "0.2.4" [dependencies.web-view] version = "0.4.5" [dependencies.zmq] version = "0.9"