# 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 = "liblitho" version = "0.1.0" authors = ["Girish Joshi "] description = "cli tool to flash/clone the images to storage devices" readme = "README.md" keywords = [ "cli", "os", "image", "clone", "flash", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/girish946/litho" [dependencies.clap] version = "4.4.18" features = [ "derive", "cargo", ] [dependencies.env_logger] version = "0.11.3" [dependencies.libc] version = "0.2.152" [dependencies.mio] version = "0.8.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8" [dependencies.simple-pub-sub] version = "0.1.4" [dependencies.tokio] version = "1" features = [ "full", "tracing", ]