# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tar-wasi" version = "0.4.38" authors = ["Alex Crichton "] exclude = ["tests/archives/*"] 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\nThis fork includes full support for running the library with WebAssembly via\nthe target wasm32-wasi.\n" homepage = "https://github.com/john-sharratt/tar-rs" documentation = "https://docs.rs/tar-wasi" readme = "README.md" keywords = ["tar", "tarfile", "encoding", "wasi", "webassembly"] license = "MIT/Apache-2.0" repository = "https://github.com/john-sharratt/tar-rs.git" [dependencies.filetime] version = "0.2.8" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempfile] version = "3" [features] default = ["xattr"] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.xattr] version = "0.2" optional = true