[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[lib]
name = "fabric_cache_client"
path = "src/lib.rs"
[package]
authors = ["Antonio Hickey <contact@antoniohickey.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Client for interacting with a fabric server."
documentation = "https://docs.rs/fabric-client/latest/fabric-client/index.html"
edition = "2021"
exclude = ["/.github/"]
homepage = "https://crates.io/crates/fabric-client"
include = ["README.md", "src/**/*", "examples/**/*"]
keywords = ["fabric", "data", "cache", "keyval"]
license = "MIT"
name = "fabric-cache-client"
readme = "README.md"
repository = "https://github.com/antonio-hickey/fabric"
resolver = "1"
version = "0.1.2"