[package]
name = "iri-string"
version = "0.4.1"
authors = ["YOSHIOKA Takuma <lo48576@hard-wi.red>"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
description = "IRI as string types"
repository = "https://github.com/lo48576/iri-string"
keywords = ["IRI", "URI"]
[package.metadata.docs.rs]
all-features = true
[features]
default = ["nom-std", "std"]
alloc = []
std = ["alloc"]
nom-std = ["std", "nom/std"]
serde-alloc = ["alloc", "serde/alloc"]
serde-std = ["std", "serde/std"]
[dependencies]
nom = { version = "7", default-features = false }
serde = { version = "1.0.103", default-features = false, features = ["derive"], optional = true }
[dev-dependencies]
serde_test = "1.0.104"
[badges]
maintenance = { status = "actively-developed" }
travis-ci = { repository = "lo48576/iri-string" }