@@ -3,7 +3,7 @@ members = ["core", "codec", "macros", "runtime/tokio", "runtime/smol", "stream",
33
44[package ]
55name = " occams-rpc"
6- version = " 0.1.1 "
6+ version = " 0.2.0 "
77edition = " 2024"
88authors = [" plan <frostyplanet@gmail.com>" ]
99categories = [" concurrency" , " network-programming" ]
@@ -22,19 +22,18 @@ log = { version = "0.4", features = ["std", "kv_unstable"] }
2222captains-log = " >=0.15"
2323io-buffer = " 1"
2424serde = " 1"
25- occams-rpc-core = {path =" core/" , version =" 0" }
26- occams-rpc-codec = {path =" codec/" , version =" 0" , features =[" msgpack" ]}
27- occams-rpc-stream = {path =" stream/" , version =" 0" }
28- occams-rpc-api-macros = { path = " macros" , version = " 0" }
29- occams-rpc-tokio = {path =" runtime/tokio/" , version = " 0" , optional =true }
30- occams-rpc-smol = {path =" runtime/smol/" , version = " 0" , features =[" global" ], optional =true }
25+ occams-rpc-core = {path =" core/" , version =" >=0.2" }
26+ occams-rpc-codec = {path =" codec/" , version =" >=0.2" , features =[" msgpack" ]}
27+ occams-rpc-stream = {path =" stream/" , version =" >=0.2" }
28+ occams-rpc-api-macros = { path = " macros" , version = " >=0.2" }
3129async-trait = " 0"
3230rustc-hash = " 2"
3331crossfire = " 2.1"
3432
3533[dev-dependencies ]
3634serde_derive = " 1"
3735occams-rpc-smol = {path =" runtime/smol/" , version = " 0" , features =[" global" ]}
36+ occams-rpc-tokio = {path =" runtime/tokio/" , version = " 0" }
3837nix = " 0"
3938occams-rpc-tcp = {path =" transport/tcp/" , version = " 0" }
4039occams-rpc-codec = {path =" codec/" , version =" 0" , features =[" msgpack" ]}
0 commit comments