# 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 = "gluesql_shared_sled_storage" version = "0.2.0" authors = ["Sho Kaneko "] description = "GlueSQL shared sled storage, for concurrency and stability" readme = "README.md" license = "MIT" repository = "https://github.com/kanekoshoyu/gluesql_shared_sled_storage" [[bench]] name = "bench_correctness" harness = false [dependencies.async-io] version = "2.3.2" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1" [dependencies.eyre] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.gluesql-core] version = "0.15.0" [dependencies.gluesql-utils] version = "0.15.0" [dependencies.gluesql_sled_storage] version = "0.15.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.sled] version = "0.34" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["sync"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.gluesql] version = "0.15.0" [dev-dependencies.tokio] version = "1" features = ["full"]