ndn-protocol 0.4.1

Named Data Networking - main protocol parsing and encoding
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"
name = "ndn-protocol"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Named Data Networking - main protocol parsing and encoding"
readme = "README.md"
keywords = [
    "ndn",
    "named",
    "data",
    "networking",
]
categories = [
    "network-programming",
    "parsing",
]
license = "MIT"
repository = "https://github.com/ndn-cluster-rs/ndn-protocol"

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

[dependencies.base64]
version = "0.21.7"

[dependencies.bytes]
version = "1.5.0"

[dependencies.derive_more]
version = "0.99.17"

[dependencies.hex]
version = "0.4.3"

[dependencies.itertools]
version = "0.12.1"

[dependencies.ndn-tlv]
version = "0.4.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.10.3"

[dependencies.rsa]
version = "0.9.6"
features = [
    "sha2",
    "pkcs5",
]

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "1.0.56"

[dependencies.time]
version = "0.3.36"

[dependencies.url]
version = "2.5.0"

[dependencies.urlencoding]
version = "2.1.3"

[dev-dependencies.base64]
version = "0.21.7"