jam-codec-derive 0.1.1

Serialization and deserialization derive macro for JAM Codec
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.79.0"
name = "jam-codec-derive"
version = "0.1.1"
authors = ["Parity Technologies <admin@parity.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serialization and deserialization derive macro for JAM Codec"
readme = false
license = "Apache-2.0"
repository = "https://github.com/paritytech/jam-codec"

[features]
max-encoded-len = []

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

[dependencies.proc-macro-crate]
version = "3.3.0"

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

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2"
features = [
    "full",
    "visit",
]

[dev-dependencies]