const_struct 0.6.3

macro that allows const structures to be passed as const generics
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.80.0"
name = "const_struct"
version = "0.6.3"
authors = ["oligami <nziq53@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macro that allows const structures to be passed as const generics"
homepage = "https://docs.rs/const_struct"
documentation = "https://docs.rs/const_struct"
readme = false
keywords = [
    "const",
    "derive",
    "macro",
    "no_std",
    "const_generics",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/oligamiq/const_struct"

[package.metadata.release]
tag = true
tag-prefix = ""

[features]
rand_support = ["const_struct_derive/rand_support"]

[lib]
name = "const_struct"
path = "src/lib.rs"

[dependencies.const_struct_derive]
version = "0.6"

[dependencies.crc]
version = "3.3.0"

[dependencies.paste]
version = "1.0.15"