# 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 = "mdurl" version = "0.3.1" authors = ["Alex Kocharin "] description = "URL parser and formatter that gracefully handles invalid input." homepage = "https://github.com/rlidwka/mdurl.rs" documentation = "https://docs.rs/mdurl" readme = "README.md" keywords = [ "url", "parser", ] categories = [ "parser-implementations", "web-programming", "encoding", ] license = "MIT" repository = "https://github.com/rlidwka/mdurl.rs" [lib] name = "mdurl" path = "src/lib.rs" [dependencies.idna] version = ">= 0.1.0, < 0.4" [dependencies.once_cell] version = ">= 1.0.1, < 2" [dependencies.regex] version = ">= 0.2.0, < 2"