[package] name = "iris_client" description = "A command like in-memory database in rust " repository = "https://github.com/qxb3/iris" license-file = "../../LICENSE" readme = "README.md" version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.10.4" tokio = { version = "1.37.0", features = ["full"] }