# 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 = "nix-cpio-generator" version = "0.3.3" description = "Dump a Nix's closure as CPIOs" homepage = "https://github.com/DeterminateSystems/nix-cpio-generator/" documentation = "https://github.com/DeterminateSystems/nix-cpio-generator/" license = "MIT" repository = "https://github.com/DeterminateSystems/nix-cpio-generator/" resolver = "2" [dependencies.bytes] version = "1.1.0" [dependencies.cpio] version = "0.2.2" [dependencies.futures] version = "0.3.16" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.lru] version = "0.8.0" [dependencies.tempfile] version = "3.2.0" [dependencies.thiserror] version = "1.0.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.7" features = ["io-util"] [dependencies.tokio-util] version = "0.6.7" features = ["io"] [dependencies.walkdir] version = "2" [dependencies.zstd] version = "0.11" [features] default = ["pinned"] pinned = []