[package] name = "cargo-ngrok" version = "0.1.2" authors = ["David Laban "] edition = "2018" description = "Use ngrok traces to drive your development process." readme = "README.md" license = "MIT" homepage = "https://github.com/alsuren/cargo-ngrok" repository = "https://github.com/alsuren/cargo-ngrok" maintenance = { status = "actively-developed" } categories = ["development-tools::cargo-plugins", "web-programming"] [dependencies] anyhow = "1.0.26" reqwest = { version = "0.10.4", features = ["json"] } structopt = "0.3.11" tokio = { version = "0.2.13", features = ["full"] } serde_json = "1.0.48" serde = { version = "1.0.104", features = ["derive"] } base64 = "0.11.0" lazy_static = "1.4.0" proc-macro2 = { version = "1.0.9", features = ["span-locations"] } regex = "1.3.4" syn = { version = "1.0.16", features = ["parsing", "printing", "full", "visit", "extra-traits"] } quote = "1.0.3" httparse = "1.3.4"