|
|
@ -1,6 +1,6 @@
|
|
|
|
[package]
|
|
|
|
[package]
|
|
|
|
name = "aya"
|
|
|
|
name = "aya"
|
|
|
|
version = "0.10.0"
|
|
|
|
version = "0.10.1"
|
|
|
|
description = "An eBPF library with a focus on developer experience and operability."
|
|
|
|
description = "An eBPF library with a focus on developer experience and operability."
|
|
|
|
keywords = ["ebpf", "bpf", "linux", "kernel"]
|
|
|
|
keywords = ["ebpf", "bpf", "linux", "kernel"]
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
@ -30,4 +30,4 @@ matches = "0.1.8"
|
|
|
|
default = []
|
|
|
|
default = []
|
|
|
|
async = ["futures"]
|
|
|
|
async = ["futures"]
|
|
|
|
async_tokio = ["tokio", "async"]
|
|
|
|
async_tokio = ["tokio", "async"]
|
|
|
|
async_std = ["async-std", "async-io", "async"]
|
|
|
|
async_std = ["async-std", "async-io", "async"]
|
|
|
|