# 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 = "memorix-redis" version = "1.4.16" authors = ["Yuval Saraf "] description = "Memorix is an open source next-generation in-memory ORM" readme = "README.md" license = "MIT" repository = "https://github.com/uvop/memorix" [lib] name = "memorix_redis" path = "src/lib.rs" [[example]] name = "example" path = "examples/main.rs" [dependencies.async-stream] version = "^0.3.5" [dependencies.futures] version = "^0.3.29" [dependencies.futures-core] version = "^0.3.29" [dependencies.futures-util] version = "^0.3.29" [dependencies.redis] version = "^0.22.3" features = ["tokio-comp"] [dependencies.serde] version = "^1.0.156" features = ["derive"] [dependencies.serde_json] version = "^1.0.94" [dependencies.uuid] version = "^1.5.0" features = ["v4"] [dev-dependencies.ntest] version = "0.7.2" [dev-dependencies.tokio] version = "^1.33.0" features = ["full"]