shex_ast 0.3.13

RDF and Knowledge Graphs processing tool
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"
name = "shex_ast"
version = "0.3.13"
authors = [
    "Jose Emilio Labra Gayo <labra@uniovi.es>",
    "Ángel Iglesias Préstamo <angel.iglesias.prestamo@gmail.com>",
    "Marc-Antoine Arnaud <marc-antoine.arnaud@luminvent.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RDF and Knowledge Graphs processing tool"
homepage = "https://rudof-project.github.io/rudof"
documentation = "https://docs.rs/shex_ast"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rudof-project/rudof"
resolver = "2"

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

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

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

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

[dependencies.colored]
version = "3"

[dependencies.const_format]
version = "0.2"

[dependencies.csv]
version = "1.3.1"

[dependencies.itertools]
version = "0.14"

[dependencies.lazy-regex]
version = "3.4"

[dependencies.nom]
version = "8.0"

[dependencies.nom_locate]
version = "5.0"

[dependencies.petgraph]
version = "0.8"
features = ["serde-1"]

[dependencies.postcard]
version = "1"
features = ["use-std"]

[dependencies.prefixmap]
version = "0.3.13"

[dependencies.pretty]
version = "0.12"

[dependencies.rbe]
version = "0.3.13"

[dependencies.regex]
version = "1.11"

[dependencies.rudof_config]
version = "0.3.13"

[dependencies.rudof_iri]
version = "0.3.13"

[dependencies.rudof_rdf]
version = "0.3.13"
default-features = false

[dependencies.rust_decimal]
version = "1.38"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tabled]
version = "0.20.0"
features = ["ansi"]

[dependencies.term_size]
version = "0.3.2"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.oxrdf]
version = "0.3.3"
features = [
    "oxsdatatypes",
    "rdf-12",
]