log-derive 0.3.2

Procedural Macros for logging the result and inputs of a function
Documentation
[badges.travis-ci]
repository = "elichai/log-derive"
[dependencies.darling]
version = "0.10.0"

[dependencies.log]
version = "0.4"

[dependencies.proc-macro2]
version = "1.0.3"

[dependencies.quote]
version = "1.0.2"

[dependencies.syn]
features = ["full"]
version = "1.0.5"
[dev-dependencies.simplelog]
version = "0.7"

[lib]
proc-macro = true

[package]
authors = ["Elichai <elichai.turkel@gmail.com>"]
categories = ["development-tools::debugging"]
description = "Procedural Macros for logging the result and inputs of a function"
edition = "2018"
include = ["src/*.rs", "Cargo.toml"]
keywords = ["log", "macro", "derive", "logging", "function"]
license = "MIT/Apache-2.0"
name = "log-derive"
readme = "README.md"
repository = "https://github.com/elichai/log-derive"
version = "0.3.2"