# 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 = "jupiter-rs" version = "0.0.2" authors = ["scireum GmbH "] description = "Jupiter is a library for providing high-throughput ultra low latency services via the RESP protocol as defined by Redis." readme = "../README.md" categories = ["caching", "database-implementations", "network-programming"] license = "MIT" repository = "https://github.com/scireum/jupiter" [[bench]] name = "benches" harness = false [dependencies.anyhow] version = "1.0.32" [dependencies.arc-swap] version = "0.4.7" [dependencies.bytes] version = "0.5.6" [dependencies.encoding] version = "0.2.33" [dependencies.lazy_static] version = "1.4.0" [dependencies.linked-hash-map] version = "0.5.3" [dependencies.log] version = "0.4.11" [dependencies.memcmp] version = "0.0.6" [dependencies.num-derive] version = "0.3.2" [dependencies.num-traits] version = "0.2.12" [dependencies.num_cpus] version = "1.13.0" [dependencies.regex] version = "1" [dependencies.simplelog] version = "0.8.0" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.yaml-rust] version = "0.4.4" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.itertools] version = "0.9.0" [dev-dependencies.redis] version = "0.17.0" [dev-dependencies.tokio-test] version = "0.2.1"