# 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 = "stromatekt" version = "0.0.0" description = "A parallelized OCI builder, on top of runc and btrfs" license = "AGPL-3.0-or-later" [profile.release] panic = "abort" [dependencies.clap] version = "4" features = ["derive"] [dependencies.directories] version = "4" [dependencies.flat-multimap] version = "0.2" [dependencies.flate2] version = "1" [dependencies.hex] version = "0.4.3" features = ["std"] default-features = false [dependencies.indicatif] version = "0.17.3" [dependencies.libbtrfsutil] version = "0.5.0" [dependencies.oci-spec] version = "0.6.0" features = [ "image", "runtime", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.6" [dependencies.subprocess] version = "0.2.9" [dependencies.tar] version = "0.4.38" [dependencies.tokio] version = "1.26" features = [ "fs", "io-util", "process", "rt", "rt-multi-thread", "sync", ] [dependencies.uapi] version = "0.2.10" [dependencies.unixstring] version = "0.2.7" [dependencies.uuid] version = "1.1" features = ["v4"] [dependencies.walkdir] version = "2.3" [dependencies.which] version = "4.4"