# 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.6" authors = ["Stefan Kroboth "] exclude = [".travis.yml", "push_docs"] 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 = "1.0.0" [dependencies.clippy] version = "0.0.188" optional = true [dependencies.error-chain] version = "0.11.0" [dependencies.fs2] version = "0.4.3" [dependencies.lazy_static] version = "1.0.0" [dependencies.persistentcache_procmacro] version = "0.0.3" [dependencies.redis] version = "0.8.0" [dependencies.regex] version = "0.2.10" [dev-dependencies.num] version = "0.1.42" [features] default = [] [badges.travis-ci] branch = "master" repository = "stefan-k/persistentcache-rs"