multihash 0.19.4

Implementation of the multihash format
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.64"
name = "multihash"
version = "0.19.4"
authors = [
    "dignifiedquire <dignifiedquire@gmail.com>",
    "David Craven <david@craven.ch>",
    "Volker Mische <volker.mische@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of the multihash format"
documentation = "https://docs.rs/multihash/"
readme = "README.md"
keywords = [
    "multihash",
    "ipfs",
]
license = "MIT"
repository = "https://github.com/multiformats/rust-multihash"

[package.metadata.docs.rs]
all-features = true

[features]
alloc = ["no_std_io2/alloc"]
arb = [
    "dep:quickcheck",
    "dep:rand",
    "dep:arbitrary",
]
default = ["std"]
scale-codec = ["dep:parity-scale-codec"]
serde = ["dep:serde"]
serde-codec = ["serde"]
std = [
    "unsigned-varint/std",
    "alloc",
]

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

[[example]]
name = "identity"
path = "examples/identity.rs"

[dependencies.arbitrary]
version = "1.1.0"
optional = true

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

[dependencies.parity-scale-codec]
version = "3.0.0"
features = ["derive"]
optional = true
default-features = false

[dependencies.quickcheck]
version = "1.0.3"
optional = true

[dependencies.rand]
version = "0.10"
features = ["alloc"]
optional = true
default-features = false

[dependencies.serde]
version = "1.0.116"
optional = true
default-features = false

[dependencies.unsigned-varint]
version = "0.8.0"
default-features = false

[dev-dependencies.hex]
version = "0.4.2"

[dev-dependencies.serde_json]
version = "1.0.58"

[dev-dependencies.serde_test]
version = "1.0.160"