# 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 = "tull-rust" version = "0.2.0" authors = ["Sachin Kukreja "] description = "Teleport Your Logs with Love" homepage = "https://github.com/sk364/tull-rust" readme = "README.md" keywords = ["cli", "terminal"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/sk364/tull-rust" [dependencies.handlebars] version = "4.1.0" [dependencies.home] version = "0.5.3" [dependencies.reqwest] version = "0.11.4" features = ["blocking"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0.59" [dependencies.structopt] version = "0.3.13" [dependencies.subprocess] version = "0.2.7" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "0.8" features = ["v4"] [dependencies.warp] version = "0.3.1"