changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/flate/Cargo.toml

changeset 698: 96958d3eb5b0
parent: 0abefe2a369b
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 [package]
2 name = "flate"
3 version = "0.1.0"
4 authors = ["ellis"]
5 edition = "2021"
6 description = "Archive and Compression Modules"
7 documentation = "https://docs.rwest.io/rlib/flate"
8 repository = "https://hg.rwest.io/rlib"
9 publish = ["crater"]
10 
11 [dependencies]
12 tar = "0.4.40"
13 zstd = { version = "0.12.4", default-features = false }
14 zip = { version = "0.5", default-features = false, features = ["deflate"] }
15 [dev-dependencies]
16 tempfile = "3.10"