]> git.proxmox.com Git - rustc.git/blob - vendor/tar/Cargo.toml
New upstream version 1.43.0+dfsg1
[rustc.git] / vendor / tar / Cargo.toml
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
6 # to registry (e.g., crates.io) dependencies
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 edition = "2018"
15 name = "tar"
16 version = "0.4.26"
17 authors = ["Alex Crichton <alex@alexcrichton.com>"]
18 exclude = ["tests/archives/*"]
19 description = "A Rust implementation of a TAR file reader and writer. This library does not\ncurrently handle compression, but it is abstract over all I/O readers and\nwriters. Additionally, great lengths are taken to ensure that the entire\ncontents are never required to be entirely resident in memory all at once.\n"
20 homepage = "https://github.com/alexcrichton/tar-rs"
21 documentation = "https://docs.rs/tar"
22 readme = "README.md"
23 keywords = ["tar", "tarfile", "encoding"]
24 license = "MIT/Apache-2.0"
25 repository = "https://github.com/alexcrichton/tar-rs"
26 [dependencies.filetime]
27 version = "0.2.6"
28 [dev-dependencies.tempdir]
29 version = "0.3"
30
31 [features]
32 default = ["xattr"]
33 [target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
34 version = "0.1"
35 [target."cfg(unix)".dependencies.libc]
36 version = "0.2"
37
38 [target."cfg(unix)".dependencies.xattr]
39 version = "0.2"
40 optional = true