12345678910111213141516171819202122 |
- [package]
- name = "integration-test"
- version = "0.1.0"
- edition = "2021"
- publish = false
- [dependencies]
- anyhow = "1"
- aya = { path = "../../aya" }
- aya-obj = { path = "../../aya-obj" }
- clap = { version = "4", features = ["derive"] }
- env_logger = "0.10"
- inventory = "0.3"
- integration-test-macros = { path = "../integration-test-macros" }
- lazy_static = "1"
- libc = { version = "0.2.105" }
- log = "0.4"
- object = { version = "0.30", default-features = false, features = ["std", "read_core", "elf"] }
- rbpf = "0.1.0"
- regex = "1"
- tempfile = "3.3.0"
- libtest-mimic = "0.6.0"
|