# 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 = "lokal-rs" version = "0.0.1" authors = ["Rubi Jihantoro "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust crates for interacting with Lokal.so Client REST API" homepage = "https://lokal.so/?ref=rust-crates" documentation = "https://docs.rs/lokal-rs" readme = "README.md" keywords = [ "tunnel", "tunneling", "networking", "http", "http-debugging", ] categories = ["development-tools"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/lokal-so/lokal-rs" [lib] name = "lokal_rs" path = "src/lib.rs" [dependencies.colored] version = "2.1.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1.39.2" features = ["full"]