# 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 = "gph_cli" version = "0.1.2" authors = ["not-elm"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Expose local git repository via tunneling server" readme = "README.md" keywords = [ "git", "cli", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/not-elm/git_phantom" [[bin]] name = "gph" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.arboard] version = "3.4.1" [dependencies.async-trait] version = "0.1.83" [dependencies.axum] version = "0.7.7" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.dirs-next] version = "2.0.0" [dependencies.futures-util] version = "0.3.31" [dependencies.gph_core] version = "0.1.0" [dependencies.native-tls] version = "0.2.12" [dependencies.reqwest] version = "0.12.8" features = [ "json", "rustls-tls", ] [dependencies.rustls-platform-verifier] version = "0.3.4" [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = [ "sync", "rt-multi-thread", "process", ] [dependencies.tokio-tungstenite] version = "0.24.0" features = ["__rustls-tls"] [dependencies.webbrowser] version = "1.0.2"