# 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 = "crabdis" version = "0.1.13" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "It's like Redis but a bit rusty..." homepage = "https://github.com/pxseu/crabdis#readme" readme = "README.md" license = "MIT" repository = "https://github.com/pxseu/crabdis" [profile.release] opt-level = 3 lto = true panic = "abort" strip = true [lib] name = "crabdis" path = "src/lib.rs" [[bin]] name = "crabdis" path = "src/main.rs" [[example]] name = "insert_keys" path = "examples/insert_keys.rs" [[example]] name = "mitm" path = "examples/mitm.rs" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.fern] version = "0.6" [dependencies.glob] version = "0.3.1" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.36" features = [ "full", "tracing", ]