[package] name = "versioned" version = "0.1.0" authors = ["Taras Denysenko "] edition = "2018" license = "MIT OR Apache-2.0" description = "Provides a pointer-like wrapper for counting mutations." repository = "https://github.com/terrapass/rs-versioned" readme = "README.md" keywords = ["version", "mutation", "caching", "cache", "invalidation"] categories = ["caching"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [badges] travis-ci = { repository = "terrapass/rs-versioned", branch = "master" }