# 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 = "cogo-redis" version = "0.1.0" description = "Rust Redis Client for cogo Coroutine" license = "MIT/Apache-2.0" resolver = "2" [dependencies.bitflags] version = "1.3" [dependencies.btoi] version = "0.4.2" [dependencies.bytes] version = "1.0.0" [dependencies.cogo] version = "0.1" [dependencies.derive_more] version = "0.99" [dependencies.either] version = "1.5.3" features = ["serde"] [dependencies.futures-core] version = "0.3" features = ["alloc"] default-features = false [dependencies.itoa] version = "0.4.5" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.0" [dependencies.simdutf8] version = "0.1.3" optional = true [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.rand] version = "0.8" [features] default = [] simd = ["simdutf8"]