dpp-digital-link 0.14.1

GS1 Digital Link parser/builder and GS1 link-type negotiation for Odal Node
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 = "2024"
rust-version = "1.96"
name = "dpp-digital-link"
version = "0.14.1"
authors = ["Odal Node <dev@odal-node.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GS1 Digital Link parser/builder and GS1 link-type negotiation for Odal Node"
homepage = "https://odal-node.io"
readme = "README.md"
keywords = [
    "gs1",
    "digital-link",
    "gtin",
    "barcode",
    "resolver",
]
categories = [
    "parser-implementations",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/odal-node/dpp-core"
resolver = "2"

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

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

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

[dependencies.dpp-domain]
version = "0.14.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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