# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.66" name = "aya" version = "0.12.0" authors = ["Aya Contributors"] description = "An eBPF library with a focus on developer experience and operability." homepage = "https://aya-rs.dev" documentation = "https://docs.rs/aya" readme = "README.md" keywords = [ "bpf", "ebpf", "kernel", "linux", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aya-rs/aya" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "-D", "warnings", ] [dependencies.assert_matches] version = "1.5.0" default-features = false [dependencies.async-io] version = "2.0" optional = true default-features = false [dependencies.aya-obj] version = "^0.1.0" path = "../aya-obj" features = ["std"] [dependencies.bitflags] version = "2.2.1" default-features = false [dependencies.bytes] version = "1" default-features = false [dependencies.lazy_static] version = "1" default-features = false [dependencies.libc] version = "0.2.105" default-features = false [dependencies.log] version = "0.4" default-features = false [dependencies.object] version = "0.36" features = [ "elf", "read_core", "std", "write", ] default-features = false [dependencies.thiserror] version = "1" default-features = false [dependencies.tokio] version = "1.24.0" features = ["rt"] optional = true default-features = false [dev-dependencies.tempfile] version = "3" default-features = false [features] async_std = ["dep:async-io"] async_tokio = ["tokio/net"] default = []