versionize_derive 0.1.6

Implements the Versionize derive proc macro.
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]
name = "versionize_derive"
version = "0.1.6"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
description = "Implements the Versionize derive proc macro."
readme = "README.md"
keywords = [
    "serialization",
    "version",
]
license = "Apache-2.0"
repository = "https://github.com/firecracker-microvm/versionize_derive"

[lib]
proc-macro = true

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

[dependencies.quote]
version = "1.0.21"

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

[badges.maintenance]
status = "experimental"