rs-url2json 0.1.0

Converts the URL string to a json
Documentation
[[bin]]
name = "url2json"
path = "src/bin/url2json.rs"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
default-features = false
features = ["std"]
version = "1"

[dependencies.url]
default-features = false
features = ["std", "serde"]
version = "2"

[lib]
name = "rs_url2json"
path = "src/lib.rs"

[lints.clippy]
expect_used = "forbid"
unwrap_used = "forbid"

[lints.rust]
unsafe_code = "forbid"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Converts the URL string to a json"
documentation = "https://docs.rs/rs-url2json/latest"
edition = "2024"
exclude = ["url2json", "url2json.wasm"]
homepage = "https://github.com/takanoriyanagitani/rs-url2json"
keywords = ["url", "json", "wasi", "structured"]
license = "Apache-2.0"
name = "rs-url2json"
readme = "README.md"
repository = "https://github.com/takanoriyanagitani/rs-url2json"
version = "0.1.0"

[profile.release-wasi]
codegen-units = 16
inherits = "release"
lto = true
opt-level = "s"
strip = true