# 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 = "echodb" version = "0.7.0" authors = ["Tobie Morgan Hitchcock "] publish = true description = "An embedded, in-memory, immutable, copy-on-write database engine" homepage = "https://github.com/surrealdb/echodb" readme = "CARGO.md" keywords = [ "database", "embedded-database", "key-value", "key-value-store", "kv-store", ] categories = [ "database-implementations", "data-structures", "embedded", ] license = "Apache-2.0" repository = "https://github.com/surrealdb/echodb" [dependencies.arc-swap] version = "1.7.1" [dependencies.imbl] version = "2.0.3" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = ["sync"] [dev-dependencies.tokio] version = "1.38.0" features = [ "rt", "macros", ]