# 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-common-nightly" version = "0.1.14" authors = ["Aya Contributors"] description = "A logging library for eBPF programs." homepage = "https://aya-rs.dev" documentation = "https://docs.rs/aya-log" keywords = [ "bpf", "ebpf", "log", "logging", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aya-rs/aya" [lib] path = "src/lib.rs" [dependencies.num_enum] version = "0.7" default-features = false