# 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 = "pkgsrc" version = "0.4.0" authors = ["Jonathan Perkin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for interacting with a pkgsrc installation" homepage = "https://github.com/jperkin/pkgsrc-rs" documentation = "https://docs.rs/pkgsrc" readme = "README.md" keywords = ["pkgsrc"] license = "ISC" repository = "https://github.com/jperkin/pkgsrc-rs" [lib] name = "pkgsrc" path = "src/lib.rs" [[example]] name = "compare-distinfo" path = "examples/compare-distinfo.rs" [[example]] name = "pkg_info" path = "examples/pkg_info.rs" [[example]] name = "test-pkgmatch" path = "examples/test-pkgmatch.rs" [[test]] name = "digest" path = "tests/digest.rs" [[test]] name = "distinfo" path = "tests/distinfo.rs" [dependencies.ar] version = "0.9.0" [dependencies.blake2] version = "0.10.6" [dependencies.digest] version = "0.10.7" [dependencies.flate2] version = "1.0.33" [dependencies.glob] version = "0.3.1" [dependencies.indexmap] version = "2.5.0" [dependencies.md-5] version = "0.10.6" [dependencies.ripemd] version = "0.1.3" [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.serde_with] version = "3.9.0" optional = true [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" [dependencies.tar] version = "0.4.41" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.regex] version = "1.10.6" [dev-dependencies.structopt] version = "0.3.26" [dev-dependencies.unindent] version = "0.2.3" [features] default = ["serde"] serde = [ "dep:serde", "dep:serde_with", ]