# 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 = "wyrcan" version = "2.1.2" include = ["README.md", "rust-toolchain.toml", "/src"] description = "The Container Bootloader" homepage = "https://gitlab.com/wyrcan/wyrcan" readme = "README.md" keywords = ["container", "docker", "podman", "oci", "bootloader"] categories = ["filesystem", "hardware-support", "network-programming", "embedded"] license-file = "LICENSE" repository = "https://gitlab.com/wyrcan/wyrcan" resolver = "2" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 incremental = false [dependencies.anyhow] version = "^1.0.45" [dependencies.clap] version = "^3.1.6" features = ["std", "derive"] default-features = false [dependencies.cpio] version = "^0.2.0" [dependencies.flate2] version = "^1.0.22" [dependencies.indicatif] version = "^0.16.2" [dependencies.iocuddle] version = "^0.1.1" [dependencies.libc] version = "^0.2.107" [dependencies.log] version = "^0.4.14" [dependencies.regex] version = "^1.5.4" [dependencies.ring] version = "^0.16.20" [dependencies.serde] version = "^1.0.130" features = ["derive"] default-features = false [dependencies.serde_json] version = "^1.0.72" [dependencies.tar] version = "^0.4.37" [dependencies.ureq] version = "^2.3.1" features = ["json"]