# 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" version = "2.0.0" 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.35" [dependencies.async-fs] version = "1.5.0" [dependencies.async-lock] version = "2.3.0" [dependencies.bincode] version = "1.3.1" [dependencies.blocking] version = "1.0.2" [dependencies.custom_codes] version = "2.0.4" [dependencies.dashmap] version = "3.11.10" features = ["serde"] [dependencies.futures-lite] version = "1.11.2" [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.sled] version = "0.34.6" [dependencies.tai64] version = "3.1.0" features = ["serde"]