# 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 = "flinch" version = "0.1.67" authors = [ "Mohammad Julfikar ", "Mohammad Julfikar ", ] exclude = [ ".idea", ".github", ] description = "flinch in-memory database" readme = "README.md" keywords = [ "flinch", "database", "in-memory", "memory", "caching", ] categories = [ "parser-implementations", "caching", "database-implementations", ] license = "Apache-2.0" repository = "https://github.com/mjm918/flinch" [dependencies.anyhow] version = "1.0.70" [dependencies.async-trait] version = "0.1.73" [dependencies.bincode] version = "2.0.0-rc.3" [dependencies.chrono] version = "0.4.24" [dependencies.crossbeam-queue] version = "0.3.8" [dependencies.dashmap] version = "5.4.0" features = [ "rayon", "serde", ] [dependencies.flql] version = "0.2.6" [dependencies.futures] version = "0.3.28" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.rayon] version = "1.7.0" [dependencies.regex] version = "1.8.4" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.sha256] version = "1.1.3" [dependencies.simplelog] version = "^0.12.1" features = ["paris"] [dependencies.size] version = "0.4.1" [dependencies.sled] version = "0.34.7" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.toml] version = "0.7.4" [dependencies.uuid] version = "1.3.1" features = [ "v4", "fast-rng", "macro-diagnostics", ]