blockz_derive 0.2.1

Blockz is an opinionated library that aims to make it a pleasure to develop networked applications in Rust.
Documentation
[dependencies.convert_case]
optional = true
version = "^0.4"

[dependencies.darling]
version = "^0.12"

[dependencies.proc-macro2]
version = "^1.0"

[dependencies.quote]
version = "^1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "^1.0"

[features]
configuration = []
default = ["configuration", "singleton"]
env_configuration = ["configuration"]
no_absolute_paths = []
singleton = ["convert_case"]

[lib]
proc-macro = true

[package]
authors = ["cezarmathe <me@cezarmathe.com>"]
description = "Blockz is an opinionated library that aims to make it a pleasure to develop networked applications in Rust."
edition = "2018"
homepage = "https://docs.selftech.io/blockz_derive"
license-file = "LICENSE"
name = "blockz_derive"
readme = "../README.md"
repository = "https://github.com/selftechio/blockz"
version = "0.2.1"