aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.lock238
1 files changed, 238 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3e1354f0..d2d4c527 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4797,6 +4797,244 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
+name = "turtle"
+version = "18.16.1"
+dependencies = [
+ "arboard",
+ "async-trait",
+ "axum",
+ "base64",
+ "clap",
+ "clap_complete",
+ "clap_complete_nushell",
+ "colored",
+ "config",
+ "crossterm",
+ "crypto_secretbox",
+ "daemonize",
+ "dashmap",
+ "directories",
+ "eyre",
+ "fs-err",
+ "fs4",
+ "fuzzy-matcher",
+ "hyper-util",
+ "indicatif",
+ "interim",
+ "itertools",
+ "lasso",
+ "listenfd",
+ "log",
+ "metrics",
+ "metrics-exporter-prometheus",
+ "minspan",
+ "norm",
+ "notify",
+ "portable-pty",
+ "prost",
+ "protox",
+ "rand 0.8.5",
+ "ratatui",
+ "regex",
+ "reqwest",
+ "rmp",
+ "runtime-format",
+ "rustix",
+ "rustls",
+ "rusty_paserk",
+ "rusty_paseto",
+ "semver",
+ "serde",
+ "serde_json",
+ "serde_regex",
+ "serde_with",
+ "shellexpand",
+ "signal-hook",
+ "sql-builder",
+ "sqlx",
+ "thiserror 2.0.18",
+ "time",
+ "tokio",
+ "tokio-stream",
+ "toml_edit",
+ "tonic",
+ "tonic-prost",
+ "tonic-prost-build",
+ "tower",
+ "tower-http",
+ "tracing",
+ "tracing-appender",
+ "tracing-subscriber",
+ "typed-builder",
+ "unicode-segmentation",
+ "unicode-width 0.2.2",
+ "url",
+ "uuid",
+ "vt100",
+ "whoami 2.1.1",
+]
+
+[[package]]
+name = "turtle-daemon"
+version = "18.16.1"
+dependencies = [
+ "arboard",
+ "async-trait",
+ "atuin-nucleo",
+ "atuin-nucleo-matcher",
+ "axum",
+ "base64",
+ "clap",
+ "clap_complete",
+ "clap_complete_nushell",
+ "colored",
+ "config",
+ "crossterm",
+ "crypto_secretbox",
+ "daemonize",
+ "dashmap",
+ "directories",
+ "eyre",
+ "fs-err",
+ "fs4",
+ "fuzzy-matcher",
+ "hyper-util",
+ "indicatif",
+ "interim",
+ "itertools",
+ "lasso",
+ "listenfd",
+ "log",
+ "metrics",
+ "metrics-exporter-prometheus",
+ "minspan",
+ "norm",
+ "notify",
+ "portable-pty",
+ "prost",
+ "protox",
+ "rand 0.8.5",
+ "ratatui",
+ "regex",
+ "reqwest",
+ "rmp",
+ "runtime-format",
+ "rustix",
+ "rustls",
+ "rusty_paserk",
+ "rusty_paseto",
+ "semver",
+ "serde",
+ "serde_json",
+ "serde_regex",
+ "serde_with",
+ "shellexpand",
+ "signal-hook",
+ "sql-builder",
+ "sqlx",
+ "thiserror 2.0.18",
+ "time",
+ "tokio",
+ "tokio-stream",
+ "toml_edit",
+ "tonic",
+ "tonic-prost",
+ "tonic-prost-build",
+ "tower",
+ "tower-http",
+ "tracing",
+ "tracing-appender",
+ "tracing-subscriber",
+ "typed-builder",
+ "unicode-segmentation",
+ "unicode-width 0.2.2",
+ "url",
+ "uuid",
+ "vt100",
+ "whoami 2.1.1",
+]
+
+[[package]]
+name = "turtle-server"
+version = "18.16.1"
+dependencies = [
+ "arboard",
+ "async-trait",
+ "atuin-nucleo",
+ "atuin-nucleo-matcher",
+ "axum",
+ "base64",
+ "clap",
+ "clap_complete",
+ "clap_complete_nushell",
+ "colored",
+ "config",
+ "crossterm",
+ "crypto_secretbox",
+ "daemonize",
+ "dashmap",
+ "directories",
+ "eyre",
+ "fs-err",
+ "fs4",
+ "fuzzy-matcher",
+ "hyper-util",
+ "indicatif",
+ "interim",
+ "itertools",
+ "lasso",
+ "listenfd",
+ "log",
+ "metrics",
+ "metrics-exporter-prometheus",
+ "minspan",
+ "norm",
+ "notify",
+ "portable-pty",
+ "prost",
+ "protox",
+ "rand 0.8.5",
+ "ratatui",
+ "regex",
+ "reqwest",
+ "rmp",
+ "runtime-format",
+ "rustix",
+ "rustls",
+ "rusty_paserk",
+ "rusty_paseto",
+ "semver",
+ "serde",
+ "serde_json",
+ "serde_regex",
+ "serde_with",
+ "shellexpand",
+ "signal-hook",
+ "sql-builder",
+ "sqlx",
+ "thiserror 2.0.18",
+ "time",
+ "tokio",
+ "tokio-stream",
+ "toml_edit",
+ "tonic",
+ "tonic-prost",
+ "tonic-prost-build",
+ "tower",
+ "tower-http",
+ "tracing",
+ "tracing-appender",
+ "tracing-subscriber",
+ "typed-builder",
+ "unicode-segmentation",
+ "unicode-width 0.2.2",
+ "url",
+ "uuid",
+ "vt100",
+ "whoami 2.1.1",
+]
+
+[[package]]
name = "typed-builder"
version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"