[badges.maintenance]
status = "actively-developed"
[dependencies.memchr]
default-features = false
optional = true
version = "2.4.1"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0.103"
[dev-dependencies.serde_test]
version = "1.0.104"
[[example]]
name = "flamegraph-parse"
path = "examples/flamegraph-parse.rs"
[[example]]
name = "flamegraph-resolve"
path = "examples/flamegraph-resolve.rs"
required-features = ["alloc"]
[[example]]
name = "normalize"
path = "examples/normalize.rs"
required-features = ["std"]
[[example]]
name = "parse"
path = "examples/parse.rs"
required-features = ["std"]
[[example]]
name = "resolve"
path = "examples/resolve.rs"
required-features = ["std"]
[features]
alloc = ["serde?/alloc"]
default = ["std"]
std = ["alloc", "memchr?/std", "serde?/std"]
[lib]
bench = false
name = "iri_string"
path = "src/lib.rs"
[package]
authors = ["YOSHIOKA Takuma <nop_thread@nops.red>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "IRI as string types"
edition = "2021"
keywords = ["IRI", "URI"]
license = "MIT OR Apache-2.0"
name = "iri-string"
readme = "README.md"
repository = "https://github.com/lo48576/iri-string"
rust-version = "1.60"
version = "0.7.7"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "build"
path = "tests/build.rs"
[[test]]
name = "gh-issues"
path = "tests/gh-issues.rs"
[[test]]
name = "iri"
path = "tests/iri.rs"
[[test]]
name = "normalize"
path = "tests/normalize.rs"
[[test]]
name = "percent_encode"
path = "tests/percent_encode.rs"
[[test]]
name = "resolve"
path = "tests/resolve.rs"
[[test]]
name = "serde"
path = "tests/serde.rs"
[[test]]
name = "string_types_interop"
path = "tests/string_types_interop.rs"
[[test]]
name = "template"
path = "tests/template.rs"