tinipon 0.1.0

Systems and services inventory and monitoring as Linked Data (RDF)
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 = "tinipon"
version = "0.1.0"
authors = ["Dominik George <nik@naturalnet.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Systems and services inventory and monitoring as Linked Data (RDF)"
homepage = "https://tinipon.taganak.net/"
readme = false
license = "MPL-2.0"
repository = "https://codeberg.org/Taganak/tinipon"

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

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.async-stream]
version = "0.3.6"

[dependencies.clap]
version = "4.5.39"

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

[dependencies.futures]
version = "0.3.31"

[dependencies.taganak-core]
version = "0.1.0-dev5"
features = [
    "source_turtle",
    "source_n_triples",
]
default-features = false

[dependencies.taganak-framework]
version = "0.1.0-dev5"
features = [
    "source_turtle",
    "source_n_triples",
    "source_local_file",
    "dataset_glob",
    "clap",
    "source_graph_store_http",
]
default-features = false

[dependencies.taganak-orm]
version = "0.1.0-dev5"
features = ["derive"]
default-features = false

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.45.1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1.17"
features = ["fs"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

[dependencies.uuid]
version = "1.18.1"
features = ["v4"]

[profile.release]
opt-level = "z"
codegen-units = 1
strip = true