# 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 = "nydus-utils" version = "0.4.3" authors = ["The Nydus Developers"] description = "Utilities and helpers for Nydus Image Service" homepage = "https://nydus.dev/" readme = "README.md" license = "Apache-2.0 OR BSD-3-Clause" repository = "https://github.com/dragonflyoss/image-service" resolver = "2" [package.metadata.docs.rs] all-features = true targets = [ "x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "aarch64-apple-darwin", ] [dependencies.blake3] version = "1.3" [dependencies.httpdate] version = "1.0" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.lz4] version = "1.24.0" [dependencies.lz4-sys] version = "1.9.4" [dependencies.nix] version = "0.24" [dependencies.nydus-api] version = "0.3" [dependencies.openssl] version = "0.10.48" features = ["vendored"] optional = true [dependencies.serde] version = ">=1.0.27" features = [ "serde_derive", "rc", ] [dependencies.serde_json] version = ">=1.0.9" [dependencies.sha2] version = "0.10.0" [dependencies.tokio] version = "1.19.0" features = [ "rt", "sync", ] [dependencies.zstd] version = "0.11" [dev-dependencies.tar] version = "0.4.38" [dev-dependencies.vmm-sys-util] version = "0.11.0" [features] encryption = ["openssl"] zran = ["libz-sys"] [target."cfg(not(target_arch = \"powerpc64\"))".dependencies.flate2] version = "1.0.17" features = ["zlib-ng-compat"] default-features = false [target."cfg(not(target_arch = \"powerpc64\"))".dependencies.libz-sys] version = "1.1.8" features = ["zlib-ng"] optional = true default-features = false [target."cfg(target_arch = \"powerpc64\")".dependencies.flate2] version = "1.0.17" features = ["zlib"] default-features = false [target."cfg(target_arch = \"powerpc64\")".dependencies.libz-sys] version = "1.1.8" features = ["stock-zlib"] optional = true default-features = false