krnl-macros 0.1.1

Macros for krnl.
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.70.0"
name = "krnl-macros"
version = "0.1.1"
authors = ["Charles R Earp <charles.r.earp@gmail.com>"]
publish = true
autobins = false
autoexamples = false
autobenches = false
description = "Macros for krnl."
homepage = "https://github.com/charles-r-earp/krnl"
documentation = "https://docs.rs/krnl"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/charles-r-earp/krnl"

[lib]
proc-macro = true

[dependencies.bincode2]
version = "2.0.1"

[dependencies.bytemuck]
version = "1.13.1"

[dependencies.derive-syn-parse]
version = "0.1.5"

[dependencies.derive_more]
version = "0.99.11"
features = ["is_variant"]
default-features = false

[dependencies.flate2]
version = "1.0.25"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.itertools]
version = "0.12.1"

[dependencies.prettyplease]
version = "0.1.21"

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

[dependencies.quote]
version = "1.0.7"

[dependencies.rustversion]
version = "1.0.12"

[dependencies.semver]
version = "1.0.17"

[dependencies.serde]
version = "1.0.143"
features = [
    "derive",
    "derive",
]
default-features = false

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

[dependencies.zero85]
version = "0.2.0"