# 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" rust-version = "1.56" name = "url-fork" version = "3.0.1" description = "Fork of url crate with no_std support" homepage = "https://github.com/yukibtc/rust-url" readme = "README.md" keywords = [ "url", "parser", "no_std", ] categories = [ "parser-implementations", "web-programming", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yukibtc/rust-url.git" [package.metadata.docs.rs] features = ["serde"] rustdoc-args = ["--generate-link-to-definition"] [package.metadata.playground] features = ["serde"] [dependencies.form_urlencoded] version = "1.2" features = ["alloc"] default-features = false [dependencies.idna] version = "0.5" features = ["alloc"] default-features = false [dependencies.percent-encoding] version = "2.3" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_test] version = "1" [features] default = ["std"] expose_internals = [] std = [ "form_urlencoded/std", "idna/std", "percent-encoding/std", "serde/std", ]