# 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" rust-version = "1.70.0" name = "fnct" version = "0.6.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple caching library that supports cache invalidation via tags" documentation = "https://docs.rs/fnct/" readme = "README.md" license = "MIT" repository = "https://github.com/Defelo/fnct" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "fnct" path = "src/lib.rs" [[test]] name = "async_redis" path = "tests/async_redis.rs" [dependencies.async-trait] version = "0.1.68" default-features = false [dependencies.postcard] version = "1.0.4" features = ["use-std"] default-features = false [dependencies.redis] version = "0.26.0" features = ["tokio-comp"] default-features = false [dependencies.serde] version = "1.0.158" default-features = false [dependencies.serde_json] version = "1.0.96" features = ["std"] optional = true default-features = false [dependencies.sha2] version = "0.10.6" default-features = false [dependencies.thiserror] version = "1.0.40" default-features = false [dev-dependencies.tokio] version = "1.26.0" features = [ "macros", "rt-multi-thread", "time", "parking_lot", ] default-features = false [features] default = [] serde_json = ["dep:serde_json"]