summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2025-09-26refactor: downgrade tcp_connection functionality to test utilities魏曹先生
- Remove handle, target, target_configure, target_connection modules from main library - Create test_utils module in test project to contain temporary connection functionality - Update import paths in test files - Keep instance and error modules as core functionality - Adjust vcs_test configurations to adapt to new test structure
2025-09-26feat(tcp_connection): add MessagePack serialization support魏曹先生
- Add rmp-serde dependency for MessagePack serialization - Implement write_msgpack and read_msgpack methods for basic MessagePack support - Add write_large_msgpack and read_large_msgpack methods for chunked transmission - Add error conversions for rmp-serde errors - Add comprehensive tests for MessagePack functionality - Fix code formatting and improve readability - Make stream field pub(crate) for better access control All tests pass successfully, ensuring backward compatibility.
2025-09-25Rename `env` to `vcs`魏曹先生
2025-09-24Add crate `dirs` for env魏曹先生
2025-09-22Add test for `env`魏曹先生
2025-09-22Add test for crate `env`魏曹先生
2025-09-22Add tokio for `env` crate魏曹先生
2025-09-21Add some dependencies 1. thiserror 2. Upgrade base64 3. pem 4. crc魏曹先生
2025-09-21Update Cargo.toml魏曹先生
2025-09-20Update Cargo.toml 1. Rename feature `default` to `all` 2. Add feature魏曹先生
`tcp_connection`, `string_proc`, `env` 3. Add crates `string_proc`, `env` to workspace 4. Removed crate `member_verify`
2025-09-17Add `serde` dependencies for `tcp_connection` crate魏曹先生
2025-09-14Add workspace crates魏曹先生
1. Add `tcp_connection` 2. Add `tcp_connection_test`
2025-09-13Add modules魏曹先生
1. Add `member_verify` modules 2. Add 'tcp_connection'modules
2025-09-12Rename cfg_file_example to cfg_file_test魏曹先生
2025-09-12Update crate `cfg_file`魏曹先生
Add feature `derive`
2025-09-12Add Crate `cfg_file`魏曹先生
.../utils/cfg_file .../cfg_file/cfg_file_derive .../cfg_file/cfg_file_example