# 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 = "rexturl" version = "0.3.2" authors = ["Volker Schwaberow "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple tool to split urls in their protocol, host, port, path and query parts." homepage = "https://github.com/vschwaberow/rexturl.git" readme = "README.md" keywords = [ "rust", "network", "security", "network", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/vschwaberow/rexturl.git" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = "symbols" [[bin]] name = "rexturl" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.5.4" features = [ "cargo", "env", "derive", ] [dependencies.url] version = "2.3.1"