Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 3da8d1f

Browse files
authored
refactor!: migrate from streamstore to s2-sdk (#183)
1 parent afbea96 commit 3da8d1f

13 files changed

Lines changed: 4453 additions & 3445 deletions

File tree

Cargo.lock

Lines changed: 1596 additions & 744 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
2-
name = "streamstore-cli"
2+
name = "s2-cli"
33
description = "CLI for S2"
44
version = "0.22.0"
55
edition = "2024"
66
license = "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]]
1212
name = "s2"
@@ -28,15 +28,17 @@ indicatif = "0.17.11"
2828
json_to_table = "0.11.0"
2929
miette = { version = "7.6.0", features = ["fancy"] }
3030
rand = "0.9.1"
31+
s2-sdk = { version = "0.22.2", features = ["_hidden"] }
3132
serde = { 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"
3436
thiserror = "2.0.12"
3537
tokio = { version = "1.45.1", features = ["full"] }
3638
tokio-stream = { version = "0.1.17", features = ["io-util"] }
3739
toml = "0.8.22"
3840
tracing = "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]
4244
rstest = "0.25.0"

src/account.rs

Lines changed: 0 additions & 247 deletions
This file was deleted.

0 commit comments

Comments
 (0)