Cargo.toml 399 B

12345678910111213141516
  1. [package]
  2. name = "aya-log-common"
  3. version = "0.1.13"
  4. description = "A logging library for eBPF programs."
  5. keywords = ["bpf", "ebpf", "log", "logging"]
  6. license = "MIT OR Apache-2.0"
  7. authors = ["The Aya Contributors"]
  8. repository = "https://github.com/aya-rs/aya-log"
  9. documentation = "https://docs.rs/aya-log"
  10. edition = "2021"
  11. [dependencies]
  12. num_enum = { workspace = true }
  13. [lib]
  14. path = "src/lib.rs"