rrdpit 0.1.2

RRDP IT: A disk to RPKI Delta Protocol tool.
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 = "rrdpit"
version = "0.1.2"
authors = ["The NLnet Labs RPKI Team <rpki-team@nlnetlabs.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RRDP IT: A disk to RPKI Delta Protocol tool."
readme = "README.md"
keywords = [
    "rpki",
    "routing-security",
    "bgp",
]
categories = ["command-line-utilities"]
license = "BSD-3-Clause"
repository = "https://github.com/NLnetLabs/rrdpit"

[package.metadata.deb]
name = "rrdpit"
priority = "optional"
section = "net"
extended-description-file = "pkg/debian/description.txt"
license-file = [
    "LICENSE",
    "0",
]
depends = ""
maintainer-scripts = "pkg/debian/"
changelog = "target/debian/changelog"
copyright = "Copyright (c) 2025, NLnet Labs. All rights reserved."
assets = [[
    "target/release/rrdpit",
    "/usr/bin/rrdpit",
    "755",
]]

[package.metadata.deb.variants.ubuntu-jammy]

[package.metadata.deb.variants.ubuntu-noble]

[package.metadata.deb.variants.debian-bookworm]

[package.metadata.deb.variants.debian-trixie]

[[package.metadata.generate-rpm.assets]]
source = "target/release/rrdpit"
dest = "/usr/bin/rrdpit"
mode = "755"

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

[[bin]]
name = "rrdpit"
path = "src/main.rs"

[dependencies.base64]
version = "^0.22"

[dependencies.bytes]
version = "^1.11"

[dependencies.clap]
version = "^4.5.55"
features = ["cargo"]

[dependencies.derive_more]
version = "^2.1"
features = ["full"]

[dependencies.hex]
version = "^0.4.3"

[dependencies.ring]
version = "^0.17"

[dependencies.uuid]
version = "^1.20"
features = ["v4"]

[dependencies.xml-rs]
version = "1.0.0"

[dev-dependencies.tempfile]
version = "^3.24"