rdftk_io 0.3.4

This crate provides traits for reading and writing Statements and Graphs as well as implementations of these for common representations.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "rdftk_io"
version = "0.3.4"
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/johnstonskj/rust-rdftk.git"
resolver = "3"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.itertools]
version = "0.13"

[dependencies.lazy_static]
version = "1.4"

[dependencies.objio]
version = "0.1.1"

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

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

[dependencies.rdftk_core]
version = "0.5.7"

[dependencies.rdftk_iri]
version = "0.2.6"

[dependencies.rdftk_names]
version = "0.2.5"

[dependencies.regex]
version = "1.5"

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

[dependencies.tracing]
version = "0.1.40"

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

[dev-dependencies.indoc]
version = "2.0"

[dev-dependencies.log]
version = "0.4.22"

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

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