# 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 = "tokio-tar" version = "0.3.1" authors = [ "Alex Crichton ", "dignifiedquire ", "Artem Vorotnikov ", "Aiden McClelland ", ] 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. """ homepage = "https://github.com/vorot93/tokio-tar" documentation = "https://docs.rs/tokio-tar" readme = "README.md" keywords = [ "tar", "tarfile", "encoding", ] license = "MIT/Apache-2.0" repository = "https://github.com/vorot93/tokio-tar" [dependencies.filetime] version = "0.2" [dependencies.futures-core] version = "0.3" [dependencies.tokio] version = "1" features = [ "fs", "io-util", "rt", ] [dependencies.tokio-stream] version = "0.1" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["xattr"] [target."cfg(target_os = \"redox\")".dependencies.redox_syscall] version = "0.3" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.xattr] version = "1.0" optional = true