# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-ngrok" version = "0.1.2" authors = ["David Laban "] description = "Use ngrok traces to drive your development process." homepage = "https://github.com/alsuren/cargo-ngrok" readme = "README.md" categories = ["development-tools::cargo-plugins", "web-programming"] license = "MIT" repository = "https://github.com/alsuren/cargo-ngrok" [dependencies.anyhow] version = "1.0.26" [dependencies.base64] version = "0.11.0" [dependencies.httparse] version = "1.3.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.proc-macro2] version = "1.0.9" features = ["span-locations"] [dependencies.quote] version = "1.0.3" [dependencies.regex] version = "1.3.4" [dependencies.reqwest] version = "0.10.4" features = ["json"] [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.48" [dependencies.structopt] version = "0.3.11" [dependencies.syn] version = "1.0.16" features = ["parsing", "printing", "full", "visit", "extra-traits"] [dependencies.tokio] version = "0.2.13" features = ["full"]