multi-codec 1.0.2

Implementation of the Multicodec specification
# 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"
name = "multi-codec"
version = "1.0.2"
authors = [
    "Benjamin Kampmann <ben@gnunicorn.org>",
    "Dave Grantham <dwg@linuxprogrammer.org>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of the Multicodec specification"
readme = "README.md"
keywords = [
    "multiformats",
    "multicodec",
    "serde",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cryptidtech/multi-codec.git"

[features]
default = ["serde"]

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

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

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

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

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

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

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

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

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

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

[dependencies.thiserror]
version = "2.0"

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

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

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

[dev-dependencies.serde_cbor]
version = "0.11"

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

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

[dev-dependencies.unsigned-varint]
version = "0.8"
features = ["std"]

[build-dependencies.convert_case]
version = "0.6"

[build-dependencies.csv]
version = "1.3"

[build-dependencies.serde]
version = "1.0"
features = ["serde_derive"]

[build-dependencies.serde_derive]
version = "1.0"