diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-21 16:37:51 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-21 16:37:51 +0800 |
| commit | c811c5818d21a67280ef9dd35ad40f6f5411daa5 (patch) | |
| tree | 46062311242da24771466ad99be26b530e83d497 /Cargo.lock | |
| parent | 9a60751a901f568bdeb154c4115235d4f3a0f8b9 (diff) | |
Good Bye! Legacy JVCS
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 198 |
1 files changed, 1 insertions, 197 deletions
@@ -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" @@ -138,17 +114,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 = "autocfg" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -167,23 +132,10 @@ 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 = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" -dependencies = [ - "serde_core", -] [[package]] name = "blake3" @@ -275,38 +227,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", -] - -[[package]] -name = "cfg_file_derive" -version = "0.1.0" -dependencies = [ - "quote", - "syn", -] - -[[package]] -name = "cfg_file_test" -version = "0.1.0" -dependencies = [ - "cfg_file", - "serde", - "tokio", -] - -[[package]] name = "chacha20" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -980,9 +900,7 @@ dependencies = [ name = "just_enough_vcs" version = "0.0.0" dependencies = [ - "action_system", "asset_system", - "cfg_file", "chrono", "config_system", "constants", @@ -999,8 +917,6 @@ dependencies = [ "tokio", "toml", "vault_system", - "vcs_actions", - "vcs_data", "vcs_docs", "workspace_system", ] @@ -1054,7 +970,6 @@ checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" dependencies = [ "bitflags", "libc", - "redox_syscall", ] [[package]] @@ -1373,22 +1288,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" @@ -1409,16 +1314,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" @@ -1429,15 +1324,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" @@ -1548,19 +1434,6 @@ dependencies = [ ] [[package]] -name = "ron" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db09040cc89e461f1a265139777a2bde7f8d8c67c4936f700c63ce3e2904d468" -dependencies = [ - "base64", - "bitflags", - "serde", - "serde_derive", - "unicode-ident", -] - -[[package]] name = "rsa" version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2033,9 +1906,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", ] @@ -2053,56 +1924,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_data_test" -version = "0.1.0" -dependencies = [ - "cfg_file", - "tcp_connection", - "tcp_connection_test", - "tokio", - "vcs_data", -] - -[[package]] name = "vcs_docs" version = "0.1.0" @@ -2147,12 +1968,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" @@ -2256,17 +2071,6 @@ dependencies = [ ] [[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" |
