mktool 1.5.1

General purpose utility to enhance pkgsrc/mk infrastructure
# 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.85.1"
name = "mktool"
version = "1.5.1"
authors = ["Jonathan Perkin <jonathan@perkin.org.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "General purpose utility to enhance pkgsrc/mk infrastructure"
homepage = "https://github.com/jperkin/mktool"
documentation = "https://docs.rs/mktool"
readme = "README.md"
keywords = ["pkgsrc"]
license = "ISC"
repository = "https://github.com/jperkin/mktool"

[features]
default = ["webpki-roots"]
native-certs = []
webpki-roots = [
    "dep:rustls",
    "dep:webpki-roots",
]

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

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

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

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

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

[dependencies.content_inspector]
version = "0.2.4"

[dependencies.elf]
version = "0.8.0"

[dependencies.glob]
version = "0.3.3"

[dependencies.goblin]
version = "0.10.4"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.pkgsrc]
version = "0.8.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "blocking",
    "rustls",
]
default-features = false

[dependencies.rustls]
version = "0.23"
optional = true

[dependencies.suppaftp]
version = "8.0.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.webpki-roots]
version = "1"
optional = true