# 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 = "docker-archive" version = "0.0.6" authors = ["sify21@163.com"] description = """ A Rust library to insecpt a docker archive. """ readme = "README.md" keywords = [ "docker", "docker-archive", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/sify21/docker-archive" [dependencies.flate2] version = "1.0" [dependencies.itertools] version = "0.10.3" [dependencies.path-clean] version = "0.1.0" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.tar] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.1.2" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.which] version = "4.2.5" [dependencies.xxhash-rust] version = "0.8.4" features = ["xxh3"]