rdfx 0.24.0

RDF 1.2 data-structures, traits and utilities: terms (incl. triple terms), triples, quads, interpretations, graphs, datasets, unstar/restar reification helpers.
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 = "2024"
rust-version = "1.96.0"
name = "rdfx"
version = "0.24.0"
authors = [
    "Timothée Haudebourg <author@haudebourg.net>",
    "Matej Škvarč <matej.skvarc@senlab.io>",
]
build = false
exclude = [
    "tests/iso_btree.rs",
    "tests/iso_hash.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RDF 1.2 data-structures, traits and utilities: terms (incl. triple terms), triples, quads, interpretations, graphs, datasets, unstar/restar reification helpers."
readme = "README.md"
keywords = [
    "rdf",
    "graph",
    "dataset",
    "triple",
    "semantic-web",
]
categories = [
    "data-structures",
    "web-programming",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mskvarc/rdfx/"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
meta = ["dep:locspan"]
serde = [
    "dep:serde",
    "iri-rs/serde",
    "langtag/serde",
]
uuid-generator = [
    "uuid-generator-v3",
    "uuid-generator-v4",
    "uuid-generator-v5",
]
uuid-generator-v3 = [
    "uuid",
    "uuid/v3",
]
uuid-generator-v4 = [
    "uuid",
    "uuid/v4",
]
uuid-generator-v5 = [
    "uuid",
    "uuid/v5",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "dataset"
path = "benches/dataset.rs"
harness = false

[[bench]]
name = "isomorphism"
path = "benches/isomorphism.rs"
harness = false

[[bench]]
name = "swar"
path = "benches/swar.rs"
harness = false

[[bench]]
name = "triple_terms"
path = "benches/triple_terms.rs"
harness = false

[[bench]]
name = "vocabulary"
path = "benches/vocabulary.rs"
harness = false

[dependencies.contextual]
version = "0.1.6"
optional = true

[dependencies.educe]
version = "0.6.0"

[dependencies.equivalent]
version = "1.0.2"

[dependencies.hashbrown]
version = "0.17.1"

[dependencies.indexmap]
version = "2.14.0"

[dependencies.iri-rs]
version = "3.3.5"
features = ["static"]

[dependencies.itoa]
version = "1.0.18"

[dependencies.langtag]
version = "1.1.0"

[dependencies.locspan]
version = "1.0.0"
optional = true

[dependencies.memchr]
version = "2.8.3"

[dependencies.raw-btree]
version = "0.3.3"

[dependencies.replace_with]
version = "0.1.8"

[dependencies.serde]
version = "1.0.229"
features = [
    "derive",
    "rc",
]
optional = true

[dependencies.slab]
version = "0.4.12"

[dependencies.thiserror]
version = "2.0.19"

[dependencies.uuid]
version = "1.24.0"
optional = true

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[dev-dependencies.rand]
version = "0.10.2"

[dev-dependencies.serde_json]
version = "1.0.151"

[dev-dependencies.trybuild]
version = "1.0.118"