11[package ]
2- name = " streamstore -cli"
2+ name = " s2 -cli"
33description = " CLI for S2"
44version = " 0.22.0"
55edition = " 2024"
66license = " MIT"
7- keywords = [" streamstore " , " s2 " , " log " , " stream " , " s3 " ]
8- repository = " https://github.com/s2-streamstore/streamstore -cli"
9- homepage = " https://github.com/s2-streamstore/streamstore -cli"
7+ keywords = [" s2 " , " durable " , " streams " , " client " , " cli " ]
8+ repository = " https://github.com/s2-streamstore/s2 -cli"
9+ homepage = " https://github.com/s2-streamstore/s2 -cli"
1010
1111[[bin ]]
1212name = " s2"
@@ -28,15 +28,17 @@ indicatif = "0.17.11"
2828json_to_table = " 0.11.0"
2929miette = { version = " 7.6.0" , features = [" fancy" ] }
3030rand = " 0.9.1"
31+ s2-sdk = { version = " 0.22.2" , features = [" _hidden" ] }
3132serde = { version = " 1.0.219" , features = [" derive" ] }
32- serde_json = " 1.0.140"
33- streamstore = { version = " 0.20.0" , features = [" connector" ] }
33+ serde_json = { version = " 1.0.140" , features = [" preserve_order" ] }
34+ strum = { version = " 0.27" , features = [" derive" ] }
35+ tabled = " 0.19.0"
3436thiserror = " 2.0.12"
3537tokio = { version = " 1.45.1" , features = [" full" ] }
3638tokio-stream = { version = " 0.1.17" , features = [" io-util" ] }
3739toml = " 0.8.22"
3840tracing = " 0.1.41"
39- tracing-subscriber = { version = " 0.3.19 " , features = [" env-filter" ] }
41+ tracing-subscriber = { version = " 0.3.20 " , features = [" env-filter" ] }
4042
4143[dev-dependencies ]
4244rstest = " 0.25.0"
0 commit comments