shifty-cli 0.5.1

CLI for the formalism-first SHACL engine: inspect, validate, infer
# 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-cli"
version = "0.5.1"
authors = ["Gabe Fierro <gtfierro@mines.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the formalism-first SHACL engine: inspect, validate, infer"
documentation = "https://shifty.gtf.fyi/"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/gtfierro/shifty"
resolver = "2"

[[bin]]
name = "shifty"
path = "src/main.rs"

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

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

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

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

[dependencies.clap]
version = "4.5.39"
features = ["derive"]

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

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

[dependencies.oxttl]
version = "0.2.4"

[dependencies.serde_json]
version = "1.0"

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

[dependencies.shifty-engine]
version = "0.5.1"

[dependencies.shifty-opt]
version = "0.5.1"

[dependencies.shifty-parse]
version = "0.5.1"

[dependencies.shifty-repair]
version = "0.5.1"

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

[dependencies.ureq]
version = "3.4.2"