view inner/Cargo.toml @ 90:940bd9c96aa5

Change error message for struct methods for #19
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 25 Dec 2022 12:21:25 +0100
parents 2ccee100cd33
children f0d6ef116542
line wrap: on
line source

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