# 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-escape" version = "0.1.1" authors = ["Magic Len "] include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] description = "This library is for encoding/escaping special characters in URLs and decoding/unescaping URLs as well." homepage = "https://magiclen.org/url-escape" readme = "README.md" keywords = ["url", "escape", "unescape", "encode", "decode"] categories = ["encoding"] license = "MIT" repository = "https://github.com/magiclen/url-escape" resolver = "2" [dependencies.percent-encoding] version = "2.1"