# 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 = "2021" name = "pipe_utils" version = "0.8.0" authors = ["Sieciech Czajka "] description = "File manipulation and other stuff used for testing etc" license = "MIT" [dependencies.anyhow] version = "^1.0.51" [dependencies.bzip2] version = "^0.4.3" [dependencies.fake] version = "^2.5.0" [dependencies.flate2] version = "^1.0.24" [dependencies.log] version = "^0.4.17" [dependencies.lz4] version = "^1.24.0" [dependencies.structopt] version = "^0.3.26" [dependencies.tar] version = "^0.4.38" [dependencies.tokio] version = "^1.22" features = [ "rt", "macros", "rt", "macros", ] default-features = false [dependencies.warp] version = "^0.3.3" [dependencies.xz2] version = "^0.1.7" [dependencies.zstd] version = "0.12"