[package] name = "redi-rs" # Initial Alpha version version = "0.1.0-alpha.0" edition = "2021" authors = ["Oguz Turkay "] description = "Lightweight async Redis client with connection pooling written in pure Rust and 100% memory safe" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.27.0", features = ["full"] }