reliakit-derive 0.1.3

Derive macros for reliakit traits, implemented with only the standard library proc-macro API and no third-party dependencies.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "reliakit-codec"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe00866d11796cb5b062856053f84e4e0c2a7f7dc0836a33cc4078eea96edf74"

[[package]]
name = "reliakit-csv"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fb8ca13bea4b75e00f6535f518a870928fc1e8fa31ce4d1e8176b24bf399a5"

[[package]]
name = "reliakit-derive"
version = "0.1.3"
dependencies = [
 "reliakit-codec",
 "reliakit-csv",
 "reliakit-json",
]

[[package]]
name = "reliakit-json"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f15599401e8536c43140a8ac7bce518ca381a2dd632c4f43e2df307c6829a294"
dependencies = [
 "reliakit-primitives",
 "reliakit-validate",
]

[[package]]
name = "reliakit-primitives"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1ff4dcd08babf4cf1b4fe5b698d97c99af855deec2c9bd6a5aad95e75fa7c22"

[[package]]
name = "reliakit-validate"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2554b4f3fea2537fdc0f43a0dd9abbd27f358dd6e450a2033d5b83e44838844"