-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
50 lines (46 loc) · 1004 Bytes
/
Cargo.toml
File metadata and controls
50 lines (46 loc) · 1004 Bytes
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
[workspace]
members = [
"rs/anda_cloud_cdk",
"rs/anda_registry_canister",
"rs/anda_x402_canister",
]
resolver = "2"
[profile.release]
debug = false
lto = true
strip = true
opt-level = 's'
[workspace.package]
version = "0.4.3"
edition = "2024"
repository = "https://github.com/ldclabs/anda-cloud"
keywords = ["anda", "agent", "icp", "cloud"]
categories = ["web-programming"]
license = "MIT"
[workspace.dependencies]
base64 = "0.22"
candid = "0.10"
ciborium = "0.2"
hex = "0.4"
serde = "1"
serde_bytes = "0.11"
serde_json = "1.0"
sha3 = "0.10"
ic-cdk = "0.19"
ic-cdk-timers = "1.0"
ic-agent = "0.45"
icrc-ledger-types = "0.1"
ic-http-certification = "3"
ic-stable-structures = "0.7"
ic_auth_types = { version = "0.7" }
ic_auth_verifier = { version = "0.7" }
ic_tee_nitro_attestation = { version = "0.6" }
num-traits = "0.2"
lazy_static = "1.5"
once_cell = "1.21"
url = "2.5"
thiserror = "2"
rand = "0.9"
pocket-ic = "11"
[workspace.metadata.cargo-shear]
ignored = ["ic-dummy-getrandom-for-wasm"]