# 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 = "2018" name = "lezeh-url" version = "0.0.1" authors = ["Sendy Halim "] description = """ CLI related with url, mostly to improve productivity working with urls. See https://github.com/sendyhalim/lezeh for details. """ homepage = "https://github.com/sendyhalim/lezeh" readme = "../readme.md" keywords = [ "cli", "developer-tools", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/sendyhalim/lezeh" [lib] name = "lezeh_url" path = "src/lib/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33" [dependencies.erased-serde] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.lezeh-common] version = "0.0.1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.60" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.2.1" [build-dependencies.built] version = "0.4"