# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mapuche-embedded" version = "0.1.0" authors = ["xiaoyuz "] description = """ An implementation of a Redis protocol embedded db, with RocksDB as KV storage. """ readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1.0.70" [dependencies.async-stream] version = "0.3.0" [dependencies.async-trait] version = "0.1.64" [dependencies.atoi] version = "2.0.0" [dependencies.bytes] version = "1" features = ["serde"] [dependencies.chrono] version = "0.4" [dependencies.crc] version = "3.0.1" [dependencies.futures] version = "0.3" [dependencies.glob] version = "0.3.1" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.regex] version = "1" [dependencies.rocksdb] version = "0.20.1" features = ["multi-threaded-cf"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7.1" features = ["rt"] [dependencies.uuid] version = "1.3.0" features = [ "v4", "fast-rng", "macro-diagnostics", ]