# 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 = "anystore" version = "0.2.1" exclude = [ ".github/*", ".gitignore", ] description = "Polymorphic, type-safe, composable async API for arbitrary stores" homepage = "https://github.com/valyagolev/anystore" documentation = "https://docs.rs/anystore" readme = "README.md" keywords = [ "framework", "json", "cloud", "database", "keyvalue", ] categories = [ "filesystem", "database-implementations", "database", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/valyagolev/anystore" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3" [dependencies.impl-tools] version = "0.6" optional = true [dependencies.redis] version = "0.22" features = [ "aio", "tokio-comp", "connection-manager", ] optional = true [dependencies.reqwest] version = "0.11" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "sync", "fs", ] [dependencies.tokio-stream] version = "0.1" features = ["fs"] optional = true [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.uuid] version = "1.2" features = ["v4"] [build-dependencies.rustc_version] version = "0.4.0" [features] airtable = [ "json", "ratelimiter", "dep:reqwest", "dep:impl-tools", ] default = ["json"] fs = ["dep:tokio-stream"] json = [ "dep:serde_json", "dep:serde", ] ratelimiter = [] redis = ["dep:redis"]