shacl-cli 0.2.2

Command-line interface for SHACL validation using shacl-rust
# 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 = "shacl-cli"
version = "0.2.2"
authors = ["Ensar Emir EROL"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for SHACL validation using shacl-rust"
readme = false
keywords = [
    "shacl",
    "rdf",
    "validation",
    "cli",
]
license = "MIT"
repository = "https://github.com/ensaremirerol/shacl-rust"

[[bin]]
name = "shacl-validator"
path = "src/main.rs"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.oxigraph]
version = "0.5.5"
features = []
default-features = false

[dependencies.rayon]
version = "1.10"

[dependencies.serde_json]
version = "1.0"

[dependencies.shacl-rust]
version = "0.2.2"