# 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" rust-version = "1.80.0" name = "buildfs" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CI-compatible CLI utility that can create root filesystem images (for use in virtual machines) from reproducible and readable TOML build scripts" readme = "README.md" keywords = [ "firecracker", "cli", "rootfs", "docker", "podman", ] categories = [ "virtualization", "filesystem", "command-line-utilities", ] license = "MIT" repository = "https://github.com/kanpov/buildfs" [profile.release] lto = "fat" codegen-units = 1 strip = "symbols" [[bin]] name = "buildfs" path = "src/main.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.bollard] version = "0.17.1" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.flate2] version = "1.0.34" [dependencies.fs_extra] version = "1.3.0" [dependencies.futures] version = "0.3.31" [dependencies.hyper] version = "1.5.0" [dependencies.hyper-util] version = "0.1.10" features = ["tokio"] [dependencies.libc] version = "0.2.161" [dependencies.log] version = "0.4.22" [dependencies.podman-rest-client] version = "0.13.0" features = [ "v5", "uds", ] default-features = false [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.simple_logger] version = "5.0.0" [dependencies.sys-mount] version = "3.0.1" [dependencies.tar] version = "0.4.42" [dependencies.tokio] version = "1.41.0" features = [ "rt-multi-thread", "process", "macros", "fs", ] [dependencies.toml] version = "0.8.19" [dependencies.uuid] version = "1.11.0" features = ["v4"] [dependencies.which] version = "6.0.3"