taganak-cli 0.1.0-dev6

CLI utilities for handling RDF Linked Data with Taganak
# 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 = "taganak-cli"
version = "0.1.0-dev6"
authors = ["Dominik George <nik@naturalnet.de"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI utilities for handling RDF Linked Data with Taganak"
homepage = "https://taganak.net"
readme = false
keywords = [
    "rdf",
    "linked-data",
    "semantic-web",
    "graphs",
]
categories = [
    "data-structures",
    "database",
]
license = "MPL-2.0"
repository = "https://codeberg.org/Taganak/taganak-sdk"

[features]
debug = [
    "taganak-core/debug",
    "taganak-framework/debug",
]

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

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

[dependencies.clap-verbosity-flag]
version = "3.0.3"
features = ["tracing"]
default-features = false

[dependencies.taganak-core]
version = "0.1.0-dev3"

[dependencies.taganak-framework]
version = "0.1.0-dev3"
features = ["clap"]

[dependencies.terminator]
version = "0.3.2"

[dependencies.tokio]
version = "1.46.0"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]