dtype_dispatch 0.2.1

Macro builder for working with data types
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.73.0"
name = "dtype_dispatch"
version = "0.2.1"
authors = ["mwlon <m.w.loncaric@gmail.com>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro builder for working with data types"
readme = "README.md"
keywords = [
    "dtype",
    "generic",
    "enum",
    "dispatch",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/pcodec/pcodec"

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

[dependencies]