-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCargo.toml
67 lines (60 loc) · 1.92 KB
/
Cargo.toml
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
57
58
59
60
61
62
63
64
65
66
67
[package]
name = "edgebit-agent"
version = "0.6.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
pretty_env_logger = "0.5"
anyhow = "1.0"
clap = { version = "4.5.1", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["std"] }
json = "0.12"
base64 = "0.21"
tokio = { version = "1.36", features = ["macros", "rt", "rt-multi-thread", "net", "signal", "sync", "fs"] }
bytes = "1.5"
bytemuck = { version = "1.14", features = ["derive"] }
prost = "0.11"
prost-types = "0.11"
tower = "0.4"
tonic = { version = "0.8", features = ["transport", "tls", "tls-webpki-roots"] }
gethostname = "0.4"
libbpf-rs = { version ="0.22.1", features = ["static" ] }
futures = "0.3"
async-stream = "0.3"
temp-file = "0.1"
rs-release = "0.1.9"
uuid = { version = "1.7.0", features = ["v4"] }
bollard = "0.14"
podman-api = "0.9"
containerd-client = { git = "https://github.com/containerd/rust-extensions.git", rev = "ba111e55aaf3829964730287ae9f96d0088b4c18" }
oci-spec = "0.6"
lazy_static = "1.4"
regex = "1.10"
fanotify-rs = { git = "https://github.com/eyakubovich/fanotify-rs.git", rev = "aca76327e9c1550057e831275354d00104222b3a" }
chrono = { version = "0.4.34", features = ["std"] }
serde_yaml = "0.9.32"
realpath-ext = "0.1.3"
async-trait = "0.1.77"
nix = { version = "0.26", features = ["resource", "fs"] }
tokio-pipe = "0.2.12"
lru = "0.12.3"
aws-config = "0.55"
hyper = { version = "0.14", features = ["client"] }
rand = "0.8"
thiserror = "1.0.57"
[build-dependencies]
tonic-build = "0.8"
libbpf-cargo = "0.22.1"
[dev-dependencies]
assert2 = "0.3"
hyper = { version = "0.14", features = ["server"] }
[[bin]]
name = "edgebit-agent"
path = "src/agent/main.rs"
[[bin]]
name = "server-stub"
path = "src/server-stub/main.rs"
[package.metadata.libbpf]
#prog_dir = "ebpf/src" # default: <manifest_directory>/src/bpf