cracode_derive 1.0.1

Implementation of #[derive(Encode, Decode)] for cracode
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.85.0"
name = "cracode_derive"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of #[derive(Encode, Decode)] for cracode"
documentation = "https://docs.rs/cracode_derive"
readme = "README.md"
keywords = [
    "binary",
    "encode",
    "decode",
    "serialize",
    "deserialize",
]
categories = [
    "encoding",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/AriajSarkar/cracode"

[lib]
name = "cracode_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies.virtue]
version = "0.0.19"