rdftk_io 0.2.1

This crate provides traits for reading and writing Statements and Graphs as well as implementations of these for common representations.
Documentation
[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.pest]
optional = true
version = "2.1"

[dependencies.pest_derive]
optional = true
version = "2.1"

[dependencies.rdftk_core]
version = "0.3"

[dependencies.rdftk_iri]
version = "0.1"

[dependencies.rdftk_names]
optional = true
version = "0.1"

[dependencies.regex]
version = "1.5"

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

[dependencies.xml-rs]
optional = true
version = "0.8"
[dev-dependencies.env_logger]
version = "0.8"

[dev-dependencies.pretty_assertions]
version = "0.7"

[dev-dependencies.pretty_env_logger]
version = "0.4"

[features]
default = ["json", "n3", "nq", "nt", "turtle", "xml"]
dot = []
json = ["serde_json"]
json-ld = ["serde_json"]
n3 = []
nq = ["pest", "pest_derive"]
nt = ["pest", "pest_derive"]
trig = []
turtle = ["pest", "pest_derive"]
xml = ["xml-rs", "rdftk_names"]

[package]
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
description = "This crate provides traits for reading and writing Statements and Graphs as well as implementations of these for common representations."
documentation = "https://docs.rs/rdftk_core/"
edition = "2018"
license = "MIT"
name = "rdftk_io"
publish = true
readme = "README.md"
repository = "https://github.com/johnstonskj/rust-rdftk.git"
version = "0.2.1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]