# 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 = "pouch-server" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A really tiny KV store" homepage = "https://github.com/c16a/pouch" readme = "README.md" keywords = [ "kv", "database", ] license-file = "LICENSE.md" repository = "https://github.com/c16a/pouch" [[bin]] name = "pouch-server" path = "src/main.rs" [dependencies.dashmap] version = "6.0.1" [dependencies.futures-util] version = "0.3.30" [dependencies.pouch-sdk] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.205" features = [ "derive", "std", ] default-features = false [dependencies.serde_json] version = "1.0.122" features = ["alloc"] default-features = false [dependencies.tokio] version = "1.39.2" features = [ "tokio-macros", "net", "rt-multi-thread", "sync", "macros", "io-util", ] default-features = false [dependencies.tokio-tungstenite] version = "0.23.1"