# 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 = "ukma_url_parser" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This Rust project provides functionality for parsing URLs and their components (such as protocol, domains, parameters, etc.) using the rust-pest library. It is designed for analyzing parts of a URL." readme = "README.md" license = "MIT" [lib] name = "ukma_url_parser" path = "src/lib.rs" [[bin]] name = "ukma_url_parser" path = "src/main.rs" [[test]] name = "url_domain_name_parser_unit_tests" path = "tests/url_domain_name_parser_unit_tests.rs" [[test]] name = "url_grammar_unit_tests" path = "tests/url_grammar_unit_tests.rs" [[test]] name = "url_parameters_parsing_tests" path = "tests/url_parameters_parsing_tests.rs" [[test]] name = "url_parsing_tests_using_anyhow" path = "tests/url_parsing_tests_using_anyhow.rs" [[test]] name = "url_paths_parsing_tests" path = "tests/url_paths_parsing_tests.rs" [[test]] name = "url_port_value_parser_unit_tests" path = "tests/url_port_value_parser_unit_tests.rs" [[test]] name = "url_scheme_parser_unit_tests" path = "tests/url_scheme_parser_unit_tests.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.peg] version = "0.8.4" [dependencies.pest] version = "2.7.14" [dependencies.pest_derive] version = "2.7.14" [dependencies.thiserror] version = "1.0"