gix-tempfile 10.0.0

A tempfile implementation with a global registry to assure cleanup
Documentation
example = []
[dependencies.dashmap]
optional = true
version = "5.1.0"

[dependencies.document-features]
optional = true
version = "0.2.0"

[dependencies.gix-fs]
version = "^0.7.0"

[dependencies.once_cell]
default-features = false
features = ["race", "std"]
version = "1.8.0"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.signal-hook]
default-features = false
optional = true
version = "0.3.9"

[dependencies.signal-hook-registry]
optional = true
version = "1.4.0"

[dependencies.tempfile]
version = "3.4.0"

[features]
default = ["hp-hashmap"]
hp-hashmap = ["dep:dashmap"]
signals = ["dep:signal-hook", "dep:signal-hook-registry"]

[lib]
doctest = false
test = true

[package]
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
description = "A tempfile implementation with a global registry to assure cleanup"
edition = "2021"
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
license = "MIT OR Apache-2.0"
name = "gix-tempfile"
readme = "README.md"
repository = "https://github.com/Byron/gitoxide"
rust-version = "1.65"
version = "10.0.0"
[package.metadata.docs.rs]
all-features = true
features = ["document-features"]
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(not(windows))".dependencies.libc]
default-features = false
version = "0.2.98"