multi-cid 0.1.0

Content Identifier (CID) implementation compatible with IPFS and IPLD
# 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.85"
name = "multi-cid"
version = "0.1.0"
authors = ["Dave Grantham <dwg@linuxprogrammer.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Content Identifier (CID) implementation compatible with IPFS and IPLD"
readme = "README.md"
keywords = [
    "cid",
    "content-identifier",
    "ipfs",
    "ipld",
    "multiformats",
]
categories = [
    "cryptography",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/cryptidtech/multi-cid.git"

[features]
dag_cbor = [
    "dep:multi-cbor",
    "multi-cbor/tags",
]
default = [
    "serde",
    "dag_cbor",
]

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

[[bench]]
name = "multicid_bench"
path = "benches/multicid_bench.rs"
harness = false

[dependencies.multi-base]
version = "1.0"
default-features = false

[dependencies.multi-cbor]
version = "0.1"
optional = true

[dependencies.multi-codec]
version = "1.1"

[dependencies.multi-hash]
version = "1.0"

[dependencies.multi-trait]
version = "1.0.5"
default-features = false

[dependencies.multi-util]
version = "1.1"

[dependencies.serde]
version = "1.0"
features = [
    "alloc",
    "derive",
]
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.8"

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

[dev-dependencies.multi-cbor]
version = "0.1"

[dev-dependencies.proptest]
version = "1.4"

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

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

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1