Skip to content

Commit 6447e98

Browse files
chore: remove unused dependencies (#2232)
1 parent 4b65600 commit 6447e98

File tree

3 files changed

+1
-34
lines changed

3 files changed

+1
-34
lines changed

Cargo.lock

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

components/clarinet-cli/Cargo.toml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,16 @@ categories = [
1616
]
1717

1818
[dependencies]
19-
bs58 = { workspace = true }
2019
colored = { workspace = true }
2120
crossbeam-channel = "0.5.6"
2221
crossterm = { workspace = true }
23-
ctrlc = "3.1.9"
2422
indoc = { workspace = true }
25-
rand = { workspace = true }
2623
ratatui = { workspace = true }
2724
rpassword = { workspace = true }
2825
serde = { workspace = true, features = ["derive"] }
2926
serde_json = { workspace = true, features = ["preserve_order"] }
3027
similar = "2.1.0"
3128
tokio = { workspace = true }
32-
toml = { workspace = true }
3329
toml_edit = { workspace = true }
3430

3531
clarity-repl = { package = "clarity-repl", path = "../clarity-repl" }
@@ -41,40 +37,20 @@ clarinet-utils = { path = "../clarinet-utils" }
4137
hiro-system-kit = { path = "../hiro-system-kit" }
4238
stacks-network = { path = "../stacks-network" }
4339

44-
[target.'cfg(unix)'.dependencies]
45-
nix = "0.30.1"
46-
signal-hook = { workspace = true, features = ["iterator"] }
47-
libc = "0.2"
48-
4940
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
5041
clap = { workspace = true, features = ["derive"] }
5142
clap_complete = { version = "4.4.4" }
5243
tower-lsp-server = { version = "0.23.0" }
5344
segment = { version = "0.2.4", optional = true }
5445
mac_address = { version = "1.1.8", optional = true }
5546

56-
[target.'cfg(windows)'.dependencies]
57-
winapi = { version = "0.3.9", features = [
58-
"knownfolders",
59-
"mswsock",
60-
"objbase",
61-
"shlobj",
62-
"tlhelp32",
63-
"winbase",
64-
"winerror",
65-
"winsock2",
66-
"std",
67-
"handleapi",
68-
"ws2ipdef",
69-
"ws2tcpip",
70-
] }
71-
7247
# Must match condition in bin.rs EXACTLY
7348
[target.'cfg(not(any(target_env = "msvc", target_os = "macos")))'.dependencies]
7449
tikv-jemallocator = { workspace = true }
7550

7651
[dev-dependencies]
7752
tempfile = { workspace = true }
53+
toml = { workspace = true }
7854

7955
[package.metadata.winres]
8056
OriginalFilename = "clarinet.exe"

components/clarity-repl/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ pox-locking = { workspace = true, default-features = false }
6464
comfy-table = { version = "=7.2.2", default-features = false }
6565
js-sys = { version = "0.3" }
6666
hiro-system-kit = { path = "../hiro-system-kit", default-features = false }
67-
serde-wasm-bindgen = { workspace = true }
6867
wasm-bindgen = { workspace = true }
6968
web-sys = { workspace = true }
7069

0 commit comments

Comments
 (0)