summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock189
1 files changed, 18 insertions, 171 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 28a2838..5e52d59 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,30 +3,6 @@
version = 4
[[package]]
-name = "action_system"
-version = "0.1.0"
-dependencies = [
- "action_system_macros",
- "serde",
- "serde_json",
- "tcp_connection",
- "tokio",
-]
-
-[[package]]
-name = "action_system_macros"
-version = "0.1.0"
-dependencies = [
- "just_fmt",
- "proc-macro2",
- "quote",
- "serde",
- "serde_json",
- "syn",
- "tcp_connection",
-]
-
-[[package]]
name = "aes"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -165,17 +141,6 @@ dependencies = [
]
[[package]]
-name = "async-trait"
-version = "0.1.89"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn",
-]
-
-[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -211,16 +176,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
[[package]]
-name = "bincode2"
-version = "2.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f49f6183038e081170ebbbadee6678966c7d54728938a3e7de7f4e780770318f"
-dependencies = [
- "byteorder",
- "serde",
-]
-
-[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -329,29 +284,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
-name = "cfg_file"
-version = "0.1.0"
-dependencies = [
- "async-trait",
- "bincode2",
- "cfg_file_derive",
- "ron",
- "serde",
- "serde_json",
- "serde_yaml",
- "tokio",
- "toml 0.9.8",
-]
-
-[[package]]
-name = "cfg_file_derive"
-version = "0.1.0"
-dependencies = [
- "quote",
- "syn",
-]
-
-[[package]]
name = "chacha20"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -376,6 +308,16 @@ dependencies = [
]
[[package]]
+name = "chunking_system"
+version = "0.1.0"
+dependencies = [
+ "asset_system",
+ "just_fmt",
+ "size",
+ "tokio",
+]
+
+[[package]]
name = "cipher"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1205,10 +1147,9 @@ dependencies = [
name = "just_enough_vcs"
version = "0.0.0"
dependencies = [
- "action_system",
"asset_system",
- "cfg_file",
"chrono",
+ "chunking_system",
"config_system",
"constants",
"data_struct",
@@ -1222,8 +1163,6 @@ dependencies = [
"tcp_connection",
"toml 0.9.8",
"vault_system",
- "vcs_actions",
- "vcs_data",
"vcs_docs",
"workspace_system",
]
@@ -1338,7 +1277,6 @@ checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
dependencies = [
"bitflags 2.9.4",
"libc",
- "redox_syscall",
]
[[package]]
@@ -1656,22 +1594,12 @@ version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
- "rand_chacha 0.3.1",
+ "rand_chacha",
"rand_core 0.6.4",
]
[[package]]
name = "rand"
-version = "0.9.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
-dependencies = [
- "rand_chacha 0.9.0",
- "rand_core 0.9.3",
-]
-
-[[package]]
-name = "rand"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
@@ -1692,16 +1620,6 @@ dependencies = [
]
[[package]]
-name = "rand_chacha"
-version = "0.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
-dependencies = [
- "ppv-lite86",
- "rand_core 0.9.3",
-]
-
-[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1712,15 +1630,6 @@ dependencies = [
[[package]]
name = "rand_core"
-version = "0.9.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
-dependencies = [
- "getrandom 0.3.4",
-]
-
-[[package]]
-name = "rand_core"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
@@ -2182,6 +2091,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
[[package]]
+name = "size"
+version = "0.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1b6709c7b6754dca1311b3c73e79fcce40dd414c782c66d88e8823030093b02b"
+
+[[package]]
name = "slab"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2474,9 +2389,7 @@ version = "1.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
dependencies = [
- "getrandom 0.3.4",
"js-sys",
- "serde",
"wasm-bindgen",
]
@@ -2494,45 +2407,6 @@ dependencies = [
]
[[package]]
-name = "vcs_actions"
-version = "0.1.0"
-dependencies = [
- "action_system",
- "cfg_file",
- "just_fmt",
- "log",
- "serde",
- "serde_json",
- "sha1_hash",
- "tcp_connection",
- "thiserror",
- "tokio",
- "vcs_data",
-]
-
-[[package]]
-name = "vcs_data"
-version = "0.1.0"
-dependencies = [
- "action_system",
- "cfg_file",
- "chrono",
- "data_struct",
- "dirs",
- "just_fmt",
- "rand 0.9.2",
- "serde",
- "sha1_hash",
- "tcp_connection",
- "tokio",
- "uuid",
- "vcs_docs",
- "walkdir",
- "whoami",
- "winapi",
-]
-
-[[package]]
name = "vcs_docs"
version = "0.1.0"
@@ -2586,12 +2460,6 @@ dependencies = [
]
[[package]]
-name = "wasite"
-version = "0.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
-
-[[package]]
name = "wasm-bindgen"
version = "0.2.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2685,27 +2553,6 @@ dependencies = [
]
[[package]]
-name = "web-sys"
-version = "0.3.81"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
-dependencies = [
- "js-sys",
- "wasm-bindgen",
-]
-
-[[package]]
-name = "whoami"
-version = "1.6.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
-dependencies = [
- "libredox",
- "wasite",
- "web-sys",
-]
-
-[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"