shifty-parse 0.1.6

Lower an RDF shapes graph into the SHACL formalism IR
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 = "shifty-parse"
version = "0.1.6"
authors = ["Gabe Fierro <gtfierro@mines.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lower an RDF shapes graph into the SHACL formalism IR"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/gtfierro/shifty"
resolver = "2"

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

[dependencies.oxrdf]
version = "=0.3.3"
features = [
    "serde",
    "oxsdatatypes",
]

[dependencies.oxttl]
version = "0.2.3"

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

[dependencies.shifty-algebra]
version = "0.1.1"

[dependencies.spargebra]
version = "=0.4.6"
features = ["sep-0006"]

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