ustar-test-utils 0.1.4

Shared test utilities for ustar crates
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.83.0"
name = "ustar-test-utils"
version = "0.1.4"
build = false
exclude = ["**/.DS_Store"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared test utilities for ustar crates"
homepage = "https://github.com/varioustoxins/ustar"
readme = false
license = "LGPL-3.0-only"
repository = "https://github.com/varioustoxins/ustar"

[features]
no-large-tests = []

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

[dependencies.insta]
version = "1.34"

[dependencies.reqwest]
version = "0.11.27"
features = [
    "json",
    "gzip",
    "blocking",
    "stream",
    "stream",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.similar]
version = "2.6"

[dependencies.tokio]
version = "1.40"
features = [
    "rt-multi-thread",
    "macros",
    "rt",
    "macros",
]

[dependencies.zip]
version = "2.1"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.tempfile]
version = "3.8"