]> git.proxmox.com Git - rustc.git/blame - vendor/tar/Cargo.toml
New upstream version 1.74.1+dfsg1
[rustc.git] / vendor / tar / Cargo.toml
CommitLineData
ff7c6d11
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
923072b8 6# to registry (e.g., crates.io) dependencies.
ff7c6d11 7#
923072b8
FG
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
7cac9316 11
ff7c6d11 12[package]
74b04a01 13edition = "2018"
7cac9316 14name = "tar"
781aab86 15version = "0.4.40"
7cac9316 16authors = ["Alex Crichton <alex@alexcrichton.com>"]
74b04a01 17exclude = ["tests/archives/*"]
49aad941
FG
18description = """
19A Rust implementation of a TAR file reader and writer. This library does not
20currently handle compression, but it is abstract over all I/O readers and
21writers. Additionally, great lengths are taken to ensure that the entire
22contents are never required to be entirely resident in memory all at once.
23"""
7cac9316 24homepage = "https://github.com/alexcrichton/tar-rs"
7cac9316 25documentation = "https://docs.rs/tar"
7cac9316 26readme = "README.md"
49aad941
FG
27keywords = [
28 "tar",
29 "tarfile",
30 "encoding",
31]
ff7c6d11
XL
32license = "MIT/Apache-2.0"
33repository = "https://github.com/alexcrichton/tar-rs"
49aad941 34
ff7c6d11 35[dependencies.filetime]
3dfed10e 36version = "0.2.8"
49aad941 37
3dfed10e
XL
38[dev-dependencies.tempfile]
39version = "3"
7cac9316
XL
40
41[features]
42default = ["xattr"]
49aad941 43
ff7c6d11
XL
44[target."cfg(unix)".dependencies.libc]
45version = "0.2"
46
47[target."cfg(unix)".dependencies.xattr]
781aab86 48version = "1.0"
ff7c6d11 49optional = true