# 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 = "ubi-cli" version = "0.2.2" authors = ["Dave Rolsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Universal Binary Installer CLI tool" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/houseabsolute/ubi" [package.metadata.release] tag-name = "v{{version}}" [[bin]] name = "ubi" path = "src/main.rs" [[test]] name = "ubi" path = "tests/ubi.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.clap] version = "4.5.20" features = ["wrap_help"] [dependencies.log] version = "0.4.22" [dependencies.tempfile] version = "3.13.0" [dependencies.thiserror] version = "1.0.68" [dependencies.tokio] version = "1.41.0" features = [ "macros", "rt", ] default-features = false [dependencies.ubi] version = "0.2.2" features = [ "default", "logging", ]