field33_rdftk_iri_temporary_fork 0.1.9

This crate provides an implementation of the IRI and URI specifications.
Documentation
[package]
name = "field33_rdftk_iri_temporary_fork"
version = "0.1.9"
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
edition = "2018"
description = "This crate provides an implementation of the IRI and URI specifications."
documentation = "https://docs.rs/rdftk_core/"
repository = "https://github.com/johnstonskj/rust-rdftk.git"
license = "MIT"
readme = "README.md"
publish = true

[package.metadata.docs.rs]
# This sets the default target to `x86_64-unknown-linux-gnu`
# and only builds that target for documentation.
targets = ["x86_64-unknown-linux-gnu"]

[features]
default = ["builder", "genid", "path_iri", "uuid_iri"]
builder = []
genid = ["uuid"]
path_iri = []
uuid_iri = ["uuid"]

[dependencies]
error-chain = "0.12.2"
lazy_static = "1.4.0"
regex = "1.3.7"
unique_id = "0.1.3"

uuid = { version = "=0.8.1", optional = true, features = ["v4"] }

[dev-dependencies]
proptest = "1.0.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
urlencoding = "1.3"

[dev-dependencies.cargo-husky]
version = "1"
default-features = false # Disable features which are enabled by default
features = ["precommit-hook", "run-cargo-fmt", "run-cargo-test" ]