# 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-lite" version = "0.1.0" authors = ["Johan Holmerin "] description = "no_std URL parser" homepage = "https://github.com/johanholmerin/url-lite" documentation = "https://github.com/johanholmerin/url-lite" readme = "README.md" keywords = [ "url", "parser", ] categories = [ "parser-implementations", "no-std", ] license = "MIT" repository = "https://github.com/johanholmerin/url-lite" [dependencies.no-panic] version = "0.1.19" [dev-dependencies.alloc_counter] version = "0.0.4" [features] _nopanic = [] unstable = []