view inner/Cargo.toml @ 70:3adb990ef496

Release v0.2.1 with extended functionality from #10 Also fix minor issue in examples/patterns.rs.
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 01 Jan 2022 12:32:21 +0100
parents f52e84dfb3fa
children 2ccee100cd33
line wrap: on
line source

[package]
name = "memoize-inner"
version = "0.2.1"
description = "Helper crate for memoize."
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
homepage = "https://github.com/dermesser/memoize"
repository = "https://github.com/dermesser/memoize"
documentation = "https://docs.rs/memoize-inner"
edition = "2018"
license = "MIT"

[lib]
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lazy_static = "1.4"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full"] }

[features]
default = []
full = []