createrepo_rs 0.1.4

🦀 Pure Rust implementation of createrepo_c — generates RPM repository metadata (repodata). Drop-in replacement with identical output, zero FFI.
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"
rust-version = "1.76"
name = "createrepo_rs"
version = "0.1.4"
authors = ["jamesarch"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🦀 Pure Rust implementation of createrepo_c — generates RPM repository metadata (repodata). Drop-in replacement with identical output, zero FFI."
homepage = "https://github.com/jamesarch/createrepo_rs"
documentation = "https://docs.rs/createrepo_rs"
readme = "README.md"
keywords = [
    "rpm",
    "createrepo",
    "repodata",
    "yum",
    "dnf",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/jamesarch/createrepo_rs"

[lib]
name = "createrepo_rs"
path = "lib.rs"

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

[dependencies.bzip2]
version = "0.4"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.ctrlc]
version = "3"

[dependencies.flate2]
version = "1.0"

[dependencies.glob]
version = "0.3"

[dependencies.num_cpus]
version = "1"

[dependencies.quick-xml]
version = "0.37"

[dependencies.rpm]
version = "0.14"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.walkdir]
version = "2"

[dependencies.xz2]
version = "0.1"

[dependencies.zstd]
version = "0.13"

[lints.rust]
non_camel_case_types = "allow"
unsafe_code = "warn"

[profile.dev]
opt-level = 1

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"