# 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 = "sgflt" version = "0.1.0" authors = ["Teshin <1443965173@qq.com>"] description = "Duplicate value filtering" readme = "README.md" keywords = ["single_filter"] license = "MIT" repository = "https://github.com/woshihaoren4/single_filter" resolver = "1" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1.74" [dependencies.log] version = "0.4.20" [dependencies.redis] version = "0.24.0" features = [ "cluster-async", "tokio-rustls-comp", ] [dependencies.tokio] version = "1.35.0" features = ["full"] [dependencies.wd_log] version = "0.2.0" [dependencies.wd_tools] version = "0.9.0" features = [ "ptr", "uid", "point-free", "sync", "time", "md5", ]