fluent-uri 0.3.2

A generic URI/IRI handling library compliant with RFC 3986/3987.
Documentation
[dependencies.borrow-or-share]
version = "0.2"

[dependencies.ref-cast]
version = "1.0"

[dependencies.serde]
optional = true
version = "1.0"

[features]
default = ["std"]
net = []
std = []

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(fluent_uri_unstable, fuzzing)"]
level = "warn"
priority = 0

[package]
authors = ["Scallop Ye <yescallop@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "parser-implementations"]
description = "A generic URI/IRI handling library compliant with RFC 3986/3987."
documentation = "https://docs.rs/fluent-uri"
edition = "2021"
keywords = ["builder", "parser", "uri", "iri"]
license = "MIT"
name = "fluent-uri"
readme = "README.md"
repository = "https://github.com/yescallop/fluent-uri-rs"
rust-version = "1.65"
version = "0.3.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]

[[test]]
name = "convert"
path = "tests/convert.rs"

[[test]]
name = "normalize"
path = "tests/normalize.rs"

[[test]]
name = "parse"
path = "tests/parse.rs"

[[test]]
name = "parse_ip"
path = "tests/parse_ip.rs"

[[test]]
name = "resolve"
path = "tests/resolve.rs"

[[test]]
name = "to_socket_addrs"
path = "tests/to_socket_addrs.rs"