# 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 = "storage_dal" version = "0.3.2" authors = ["JLer "] description = "A storage data access layer for structured data based on OpenDAL" readme = "README.md" keywords = [ "DAL", "opendal", ] categories = ["storage"] license = "Apache-2.0" repository = "https://github.com/JLerxky/storage_dal" [dependencies.bincode] version = "1.3" [dependencies.cfg-if] version = "1.0" [dependencies.opendal] version = "0.42" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.storage_dal_derive] version = "0.3.0" [features] default = ["sled"] moka = ["opendal/services-moka"] redb = ["opendal/services-redb"] rocksdb = ["opendal/services-rocksdb"] sled = ["opendal/services-sled"]