# 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 = "url_parser_cli" version = "4.0.0" authors = ["Jannis R "] exclude = [".github"] description = "Parse a URL, get one or all components pretty-printed or as JSON." homepage = "https://github.com/derhuerst/url-parser-cli" readme = "README.md" keywords = [ "url", "parse", ] license = "ISC" repository = "https://github.com/derhuerst/url-parser-cli.git" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.url] version = "2.4.0" features = ["serde"] [dev-dependencies.assert_cmd] version = "2.0.12"