-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Expand file tree
/
Copy pathCargo.toml
More file actions
57 lines (52 loc) 路 1.63 KB
/
Copy pathCargo.toml
File metadata and controls
57 lines (52 loc) 路 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[package]
name = "forc-pkg"
version.workspace = true
description = "Building, locking, fetching and updating Sway projects as Forc packages."
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
[target.'cfg(not(target_os = "macos"))'.dependencies]
sysinfo.workspace = true
[dependencies]
ansiterm.workspace = true
anyhow.workspace = true
byte-unit.workspace = true
cid.workspace = true
flate2.workspace = true
forc-tracing.workspace = true
forc-util = { workspace = true }
fuel-abi-types.workspace = true
futures.workspace = true
git2 = { workspace = true, features = ["vendored-libgit2", "vendored-openssl"] }
gix-url = { workspace = true, features = ["serde"] }
hex.workspace = true
ipfs-api-backend-hyper = { workspace = true, features = ["with-builder", "with-send-sync"] }
once_cell.workspace = true
petgraph = { workspace = true, features = ["serde-1"] }
reqwest.workspace = true
scopeguard.workspace = true
semver = { workspace = true, features = ["serde"] }
serde = { workspace = true, features = ["derive"] }
serde_ignored.workspace = true
serde_json.workspace = true
serde_with.workspace = true
sway-core.workspace = true
sway-error.workspace = true
sway-features.workspace = true
sway-types.workspace = true
sway-utils.workspace = true
tar.workspace = true
tokio.workspace = true
toml = { workspace = true, features = ["parse"] }
toml_edit.workspace = true
tracing.workspace = true
url = { workspace = true, features = ["serde"] }
vec1.workspace = true
walkdir.workspace = true
[dev-dependencies]
regex.workspace = true
tempfile.workspace = true
[lints]
workspace = true