# 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 = "2018" name = "bloock-storage" version = "0.1.0" authors = [ "jestape ", "mbaque ", ] description = "BLOOCK SMT Storage implementation" readme = "README.md" license = "MIT" repository = "https://github.com/bloock/enchainte-storage" [dependencies.async-trait] version = "0.1.80" [dependencies.rocksdb] version = "0.22.0" features = [ "zlib", "bzip2", ] optional = true default-features = false [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.37.0" features = ["fs"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.rand] version = "0.8.5" [features] blob = [] blob_fs = [ "blob", "fs", ] blob_rocks = [ "blob", "rocksdb", ] default = [ "blob", "kv_rocks", ] fs = [] kv = [] kv_hashmap = ["kv"] kv_rocks = [ "kv", "rocksdb", ]