# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "actix-storage-sled" version = "0.2.0" authors = ["Pouya M. B. "] description = "An implementation of actix-storage based on sled" documentation = "https://docs.rs/actix-storage-sled" readme = "README.md" keywords = ["actix", "storage", "web", "async", "sled"] categories = ["asynchronous", "caching", "web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/pooyamb/actix-storage/" [package.metadata.docs.rs] features = ["actor"] [dependencies.actix] version = "0.10" default-features = false [dependencies.actix-storage] version = "0.2.0" features = ["with-serde"] [dependencies.async-trait] version = "0.1" [dependencies.byteorder] version = "1.3" optional = true [dependencies.delay-queue] version = "0.2" optional = true [dependencies.log] version = "0.4" [dependencies.sled] version = "0.34" [dependencies.thiserror] version = "1" [dependencies.zerocopy] version = "0.3" optional = true [dev-dependencies.actix-rt] version = "1.1" [dev-dependencies.actix-storage] version = "0.2.0" features = ["all", "tests"] [dev-dependencies.actix-web] version = "3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1" [features] actor = ["delay-queue", "zerocopy", "byteorder"] compression = ["sled/compression"] v01-compat = []