# 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 = "xkv" version = "0.1.29" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "use fred connection redis via env" homepage = "https://github.com/i18n-site/rust/tree/main/xkv" readme = "README.md" license = "MulanPSL-2.0" repository = "https://github.com/i18n-site/rust.git" [lib] name = "xkv" path = "src/lib.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.aok] version = "0.1.12" [dependencies.async-lazy] version = "0.1.0" features = [ "parking_lot", "nightly", ] [dependencies.fred] version = "9.0.3" features = [ "replicas", "rustls", "sha-1", "sentinel-auth", "unix-sockets", "i-scripts", ] [dependencies.static_init] version = "1.0.3" [dependencies.tracing] version = "0.1.40" [dependencies.trt] version = "0.1.29" [dev-dependencies.tokio] version = "1.39.2" features = [ "macros", "rt", "rt-multi-thread", "time", "sync", ]