# 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 = "urlable" version = "0.2.0" authors = ["ihavecoke"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A comprehensive URL manipulation library for Rust, providing utilities for parsing, encoding, and manipulating URLs with support for query strings, path manipulation, punycode domains and more" documentation = "https://docs.rs/urlable" readme = "README.md" keywords = [ "url", "parser", "query-string", "ufo", "encoding", ] license = "MIT" repository = "https://github.com/ihavecoke/urlable" [lib] name = "urlable" path = "src/lib.rs" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.idna] version = "1.0.2" [dependencies.indexmap] version = "2.2.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.percent-encoding] version = "2.3.0" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.5.0" [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.assert_matches] version = "1.5.0"