# 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 = "thebakery" version = "0.1.49" build = false exclude = [ "docker/", "scripts/", "Makefile", "tests/", ".*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Build engine for the Yocto/OE Projects" readme = "README.md" keywords = [ "cli", "yocto", "openembedded", "build", "docker", ] license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/Mikrodidakt/bakery" [[bin]] name = "bakery" path = "src/main.rs" [dependencies.bzip2] version = "0.4.4" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.4.2" [dependencies.flate2] version = "1.0.27" [dependencies.glob] version = "0.3.1" [dependencies.indexmap] version = "2.0.0" [dependencies.mockall] version = "0.11.4" [dependencies.os_pipe] version = "1.1.4" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.9.5" [dependencies.regexp] version = "0.3.2" [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.105" [dependencies.subprocess] version = "0.2.9" [dependencies.tar] version = "0.4.40" [dependencies.tempdir] version = "0.3.7" [dependencies.thiserror] version = "1.0.49" [dependencies.users] version = "0.11.0" [dependencies.zip] version = "0.6.6"