# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "async-tar-wasm" version = "0.4.2-wasm.1" authors = [ "dignifiedquire ", "Alex Crichton ", ] exclude = ["tests/archives/*"] description = """ A Rust implementation of an async TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. This fork includes the ability to disable filesystem operations, so the crate can be used in wasm32-unknown-unknown environments. """ readme = "README.md" keywords = [ "tar", "tarfile", "encoding", ] license = "MIT/Apache-2.0" repository = "https://github.com/zkat/async-tar" resolver = "2" [dependencies.async-std] version = "1.6.0" features = ["unstable"] [dependencies.filetime] version = "0.2.8" optional = true [dependencies.pin-project] version = "1.0.8" [dev-dependencies.async-std] version = "1.6.0" features = [ "unstable", "attributes", ] [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.tempfile] version = "3" [features] default = [ "xattr", "fs", ] fs = ["filetime"] [target."cfg(target_os = \"redox\")".dependencies.redox_syscall] version = "0.2" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.xattr] version = "0.2" optional = true