-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
47 lines (40 loc) · 843 Bytes
/
Cargo.toml
File metadata and controls
47 lines (40 loc) · 843 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
[dependencies]
anyhow = "1.0"
async-trait = "0.1"
atty = "0.2"
ciborium = "0.2"
crossbeam-channel = "0.5"
dirs = "5.0"
dot-parser = "0.1"
glob = "0.3"
include_dir = "0.7"
jsonschema = "0.17"
libc = "0.2"
regex = "1.0"
serde_json = "1.0"
sha2 = "0.10"
thiserror = "1.0"
urlencoding = "2.1"
uuid = { version = "1.0", features = ["v4"] }
[dependencies.ops]
path = "../ops"
[dependencies.reqwest]
features = ["json"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.tagged-urn]
path = "../tagged-urn-rs"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dev-dependencies]
tempfile = "3.10"
[package]
authors = ["https://github.com/machinefabric"]
description = "Core cap URN and definition system for MACINA plugins"
edition = "2021"
license = "MIT"
name = "capdag"
version = "0.247.132513"