# 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 = "orbit-cli" version = "0.1.0" authors = ["Miguel Piedrafita "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command-line tool to easily deploy Laravel sites using Orbit." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/m1guelpf/orbit" [[bin]] name = "orbit-cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.9" features = [ "derive", "env", ] [dependencies.console] version = "0.15.8" [dependencies.fern] version = "0.6.2" features = ["colored"] [dependencies.futures-util] version = "0.3.30" [dependencies.log] version = "0.4.22" [dependencies.orbit-client] version = "0.1.0" [dependencies.orbit-types] version = "0.1.0" [dependencies.pin-utils] version = "0.1.0" [dependencies.tokio] version = "=1.29" features = ["full"] [dependencies.url] version = "2.5.2"