Skip to content

Commit 787cc07

Browse files
committed
chore: remove unused dependencies
1 parent 66c9892 commit 787cc07

File tree

24 files changed

+45
-282
lines changed

24 files changed

+45
-282
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@ config = "0.15.11"
4848
dashmap = "6.1.0"
4949
hex = "0.4"
5050
imbl = { version = "5.0.0", features = ["serde"] }
51+
opentelemetry = { version = "0.30.0", features = ["trace"] }
52+
opentelemetry-otlp = { version = "0.30.0", features = ["grpc-tonic", "trace", "tls"] }
53+
opentelemetry_sdk = { version = "0.30.0", features = ["rt-tokio"] }
5154
pallas = "0.33.0"
52-
pallas-addresses = "0.33.0"
53-
pallas-crypto = "0.33.0"
5455
pallas-primitives = "0.33.0"
5556
pallas-traverse = "0.33.0"
5657
serde = { version = "1.0.214", features = ["derive"] }
5758
serde_json = "1.0.132"
5859
serde_with = { version = "3.12.0", features = ["hex"] }
5960
tokio = { version = "1", features = ["full"] }
6061
tracing = "0.1.40"
62+
tracing-opentelemetry = "0.31.0"

common/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ caryatid_module_clock = { workspace = true }
1414
caryatid_module_rest_server = { workspace = true }
1515

1616
anyhow = { workspace = true }
17-
async-trait = "0.1"
1817
bech32 = "0.11"
1918
bigdecimal = "0.4.8"
2019
bitmask-enum = "2.2"
@@ -23,10 +22,7 @@ bytes = { version = "1", features = ["serde"] }
2322
bs58 = "0.5"
2423
chrono = { workspace = true }
2524
crc = "3"
26-
gcd = "2.3"
27-
fraction = "0.15"
2825
hex = { workspace = true }
29-
lf-queue = "0.1.0"
3026
memmap2 = "0.9"
3127
num-rational = { version = "0.4.2", features = ["serde"] }
3228
regex = "1"
@@ -39,7 +35,6 @@ tracing = { workspace = true }
3935
futures = "0.3.31"
4036
minicbor = { version = "0.26.0", features = ["std", "half", "derive"] }
4137
num-traits = "0.2"
42-
imbl = { workspace = true }
4338
dashmap = { workspace = true }
4439
rayon = "1.11.0"
4540
cryptoxide = "0.5.1"

modules/address_state/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ acropolis_common = { path = "../../common" }
1414
caryatid_sdk = { workspace = true }
1515

1616
anyhow = { workspace = true }
17-
async-trait = "0.1"
1817
config = { workspace = true }
1918
fjall = "2.7.0"
20-
hex = { workspace = true }
21-
imbl = { workspace = true }
2219
minicbor = { version = "0.26.0", features = ["std", "derive"] }
23-
serde_cbor = "0.11"
2420
tokio = { workspace = true }
2521
tracing = { workspace = true }
2622

modules/block_unpacker/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ caryatid_sdk = { workspace = true }
1616
anyhow = { workspace = true }
1717
config = { workspace = true }
1818
pallas = { workspace = true }
19-
tokio = { workspace = true }
2019
tracing = { workspace = true }
2120

2221
[lib]

modules/chain_store/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ minicbor = { version = "0.26.0", features = ["std", "half", "derive"] }
1818
pallas-traverse = { workspace = true }
1919
tracing = "0.1.40"
2020
tokio.workspace = true
21-
imbl.workspace = true
2221

2322
[dev-dependencies]
2423
tempfile = "3"

modules/consensus/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ caryatid_sdk = { workspace = true }
1515

1616
anyhow = { workspace = true }
1717
config = { workspace = true }
18-
pallas = { workspace = true }
1918
tokio = { workspace = true }
2019
tracing = { workspace = true }
2120
futures = "0.3.31"

modules/drep_state/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ caryatid_sdk = { workspace = true }
1515

1616
anyhow = { workspace = true }
1717
config = { workspace = true }
18-
hex = { workspace = true }
1918
serde = { workspace = true }
20-
serde_json = { workspace = true }
2119
serde_with = { workspace = true }
2220
tokio = { workspace = true }
2321
tracing = { workspace = true }

modules/epochs_state/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ dashmap = { workspace = true }
1919
hex = { workspace = true }
2020
imbl = { workspace = true }
2121
pallas = { workspace = true }
22-
serde = { workspace = true }
23-
serde_json = { workspace = true }
2422
tokio = { workspace = true }
2523
tracing = { workspace = true }
2624

modules/genesis_bootstrapper/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ caryatid_sdk = { workspace = true }
1616

1717
anyhow = { workspace = true }
1818
config = { workspace = true }
19-
hex = { workspace = true }
2019
pallas = { workspace = true }
2120
serde_json = { workspace = true }
2221
tokio = { workspace = true }

0 commit comments

Comments
 (0)