# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "redis-event" version = "1.2.1" authors = ["maplestoria "] description = "用于监听Redis的写入操作,据此可以实现数据复制,监控等相关的应用" homepage = "https://github.com/maplestoria/redis-event" documentation = "https://docs.rs/redis-event" readme = "README.md" keywords = ["redis", "redis-replication", "replication"] license = "MIT" repository = "https://github.com/maplestoria/redis-event" [dependencies.byteorder] version = "1.3.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" [dev-dependencies.net2] version = "0.2" [dev-dependencies.num-bigint] version = "0.2.6" [dev-dependencies.num-traits] version = "0.2.11" [dev-dependencies.rand] version = "0.7" [dev-dependencies.redis] version = "0.17.0" features = ["async-std-tls-comp", "tokio-tls-comp"] [dev-dependencies.serial_test] version = "0.3.2" [dev-dependencies.tempdir] version = "0.3"