# 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 = "toboggan" version = "0.1.3" description = "Key/value TCP-based database server and client cli based on the sled embedded database" homepage = "https://github.com/mcaveniathor/toboggan" readme = "README.md" keywords = [ "database", "kv", "key-value", "cli", "redis", ] categories = [ "database-implementations", "command-line-utilities", ] license = "MIT" repository = "https://github.com/mcaveniathor/toboggan" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.futures] version = "0.3.23" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.sled] version = "0.34.7" [dependencies.tarpc] version = "0.30.0" features = [ "tokio1", "serde-transport", "tcp", "serde1", "serde-transport-bincode", ] [dependencies.thiserror] version = "1.0.2" [dependencies.tokio] version = "1.20.1" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15"