persistentcache 0.1.1

Macros for persistently caching function calls using files or Redis
Documentation
# 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]
name = "persistentcache"
version = "0.1.1"
authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"]
description = "Macros for persistently caching function calls using files or Redis"
homepage = "https://github.com/stefan-k/persistentcache-rs"
documentation = "https://stefan-k.github.io/rust/persistentcache/"
readme = "README.md"
keywords = ["persistent", "caching", "science", "HPC", "memoization"]
categories = ["caching", "science"]
license = "MIT/Apache-2.0"
license-file = "LICENSE-APACHE"
repository = "https://github.com/stefan-k/persistentcache-rs"
[dependencies.bincode]
version = "0.9.2"

[dependencies.clippy]
version = "0.0.174"
optional = true

[dependencies.fs2]
version = "0.4.2"

[dependencies.lazy_static]
version = "0.2.11"

[dependencies.redis]
version = "0.8.0"

[dependencies.regex]
version = "0.2.2"
[dev-dependencies.num]
version = "0.1.40"

[features]
default = []