mirror of https://github.com/aya-rs/aya
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
554 B
TOML
24 lines
554 B
TOML
[package]
|
|
description = "Library shared across eBPF and user-space"
|
|
documentation = "https://docs.rs/aya-common"
|
|
keywords = ["bpf", "ebpf", "common"]
|
|
name = "aya-common"
|
|
version = "0.1.0"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
aya = { path = "../aya", version = "^0.13.1", optional = true }
|
|
aya-ebpf-cty = { version = "^0.2.2", path = "../ebpf/aya-ebpf-cty" }
|
|
|
|
[features]
|
|
user = ["dep:aya"]
|