# 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 = "bitblend" version = "0.2.0" description = "A little tool for setup and management of Yocto/BitBake sources and configurations." readme = "README.md" keywords = [ "yocto", "bitbake", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/pumpkin-space-systems/public/bitblend" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.flexi_logger] version = "0.25.3" [dependencies.git2] version = "0.13" features = [ "vendored-libgit2", "vendored-openssl", ] [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.log] version = "0.4.17" [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1.0.153" features = ["derive"] [dependencies.thiserror] version = "1.0.39" [dependencies.toml] version = "0.7.2"