multihash-derive 0.9.2

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 = "2018"
name = "multihash-derive"
version = "0.9.2"
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"
resolver = "2"

[features]
default = ["std"]
std = [
    "multihash/std",
    "no_std_io2/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.2"

[dependencies.no_std_io2]
version = "0.8.1"
default-features = false

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