# 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_procmacro" version = "0.0.3" authors = ["Stefan Kroboth "] description = "Procedural macro for persistently caching functions (dependency of persistentcache crate)" homepage = "https://github.com/stefan-k/persistentcache-rs" documentation = "https://stefan-k.github.io/persistentcache-rs/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" [lib] proc-macro = true [dependencies.bincode] version = "1.0.0" [dependencies.futures-await-quote] version = "0.4" [dependencies.futures-await-syn] version = "0.12" features = ["full", "fold", "parsing", "printing", "extra-traits"] default-features = false [dependencies.lazy_static] version = "1.0.0" [dependencies.proc-macro2] version = "0.4.4" [dependencies.synom] version = "0.11.3" [badges.travis-ci] branch = "master" repository = "stefan-k/persistentcache-rs"