multihash-derive 0.9.3

Proc macro for deriving custom multihash tables.
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.81"
name = "multihash-derive"
version = "0.9.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macro for deriving custom multihash tables."
readme = false
license = "MIT"
repository = "https://github.com/multiformats/rust-multihash"

[features]
default = ["std"]
std = ["multihash/std"]

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

[[test]]
name = "multihash"
path = "tests/multihash.rs"

[dependencies.multihash]
version = "0.19.2"
default-features = false

[dependencies.multihash-derive-impl]
version = "0.1.3"

[dev-dependencies.trybuild]
version = "1.0.80"