# 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.74.0" name = "mktool" version = "1.4.1" authors = ["Jonathan Perkin "] build = 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" [[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.7.4" [dependencies.glob] version = "0.3.1" [dependencies.goblin] version = "0.8.2" [dependencies.indicatif] version = "0.17.8" [dependencies.pkgsrc] version = "0.3.1" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.8" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.suppaftp] version = "6.0.3" [dependencies.thiserror] version = "1.0.64" [dependencies.url] version = "2.5.2" [dependencies.walkdir] version = "2.5.0"