# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "turingdb-server" version = "2.0.0-beta.4" authors = ["Charles Chege "] description = "Document Database backed by sled" homepage = "https://github.com/charleschege/TuringDB" readme = "README.md" keywords = ["database", "sled", "embedded-database"] categories = ["database", "embedded"] license = "Apache-2.0" repository = "https://github.com/charleschege/TuringDB" [dependencies.anyhow] version = "1.0.32" [dependencies.async-dup] version = "1.2.1" [dependencies.async-net] version = "0.1.2" [dependencies.bincode] version = "1.2.1" [dependencies.custom_codes] version = "2.0.4" [dependencies.futures] version = "0.3.5" [dependencies.futures-lite] version = "0.1.10" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.simple-signal] version = "1.1.1" [dependencies.smol] version = "0.3.3" [dependencies.tai64] version = "3.1.0" features = ["serde"] [dependencies.turingdb] version = "2.0.0-beta.4" [dependencies.turingdb-helpers] version = "2.0.0-beta.4" [dependencies.yansi] version = "0.5.0"