view inner/Cargo.toml @ 100:f0d6ef116542 v0.4.0

Release v0.4 including #25, #23, fixes #18
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 18 Jan 2023 22:21:28 +0100
parents 2ccee100cd33
children
line wrap: on
line source

[package]
name = "memoize-inner"
version = "0.4.0"
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 = []