[package]
edition = "2021"
name = "trible"
version = "0.36.0"
authors = ["⚫️ <jp@bultmann.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A knowledge graph and meta file system for object stores."
homepage = "https://tribles.space"
readme = "README.md"
keywords = [
"cli",
"tribles",
"knowledge-graph",
"filesystem",
"object-store",
]
categories = [
"command-line-utilities",
"filesystem",
"database-implementations",
]
license = "MIT"
repository = "https://github.com/triblespace/trible"
[[bin]]
name = "trible"
path = "src/main.rs"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "branch_set_e2e"
path = "tests/branch_set_e2e.rs"
[[test]]
name = "consolidate_e2e"
path = "tests/consolidate_e2e.rs"
[[test]]
name = "pile"
path = "tests/pile.rs"
[[test]]
name = "reflog_e2e"
path = "tests/reflog_e2e.rs"
[[test]]
name = "store"
path = "tests/store.rs"
[dependencies.anybytes]
version = "0.20.2"
features = ["zerocopy"]
[dependencies.anyhow]
version = "1.0.101"
[dependencies.blake3]
version = "1.8"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
version = "4.5.57"
features = ["derive"]
[dependencies.clap_complete]
version = "4.5.65"
[dependencies.ed25519-dalek]
version = "2.2.0"
[dependencies.file_type]
version = "0.8"
[dependencies.futures]
version = "0.3"
[dependencies.getrandom]
version = "0.4.1"
[dependencies.hex]
version = "0.4.3"
[dependencies.hifitime]
version = "4"
[dependencies.iroh-base]
version = "0.97"
[dependencies.memchr]
version = "2.7.6"
[dependencies.object_store]
version = "0.13.1"
features = [
"aws",
"fs",
]
default-features = false
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]
[dependencies.triblespace]
version = "0.36.0"
default-features = false
[dependencies.triblespace-core]
version = "0.36.0"
features = ["object-store"]
default-features = false
[dependencies.triblespace-net]
version = "0.36.0"
[dependencies.url]
version = "2"
[dev-dependencies.assert_cmd]
version = "2.1.2"
[dev-dependencies.blake3]
version = "1.8.3"
[dev-dependencies.predicates]
version = "3.1.3"
[dev-dependencies.tempfile]
version = "3.24.0"