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]
14edition = "2018"
15name = "tar"
16version = "0.4.37"
17authors = ["Alex Crichton <alex@alexcrichton.com>"]
18exclude = ["tests/archives/*"]
19description = "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"
20homepage = "https://github.com/alexcrichton/tar-rs"
21documentation = "https://docs.rs/tar"
22readme = "README.md"
23keywords = ["tar", "tarfile", "encoding"]
24license = "MIT/Apache-2.0"
25repository = "https://github.com/alexcrichton/tar-rs"
26[dependencies.filetime]
27version = "0.2.8"
28[dev-dependencies.tempfile]
29version = "3"
30
31[features]
32default = ["xattr"]
33[target."cfg(unix)".dependencies.libc]
34version = "0.2"
35
36[target."cfg(unix)".dependencies.xattr]
37version = "0.2"
38optional = true
39