reliakit-derive 0.1.2

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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291a5c38c26f59de233dc2820623e55c63f052a2c9ea8a23c93cacac7be6dd7f"

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

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

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

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