# 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" name = "aya-log" version = "0.2.1" authors = ["Aya Contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A logging library for eBPF programs." homepage = "https://aya-rs.dev" documentation = "https://docs.rs/aya-log" readme = "README.md" keywords = [ "bpf", "ebpf", "log", "logging", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aya-rs/aya" [lib] name = "aya_log" path = "src/lib.rs" [dependencies.aya] version = "^0.13.0" features = ["async_tokio"] [dependencies.aya-log-common] version = "^0.1.15" default-features = false [dependencies.bytes] version = "1" default-features = false [dependencies.log] version = "0.4" default-features = false [dependencies.thiserror] version = "1" default-features = false [dependencies.tokio] version = "1.24.0" features = ["rt"] default-features = false [dev-dependencies.env_logger] version = "0.11" default-features = false [dev-dependencies.testing_logger] version = "0.1.1" default-features = false