view inner/Cargo.toml @ 106:bb57757a7727 default tip

Added tag v0.4.1 for changeset 793f2e38a318
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 27 Oct 2023 20:22:19 +0200
parents f0d6ef116542
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 = []