# 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 = "wasm-bpf" version = "0.2.0" description = "A WebAssembly runtime cli for eBPF programs based on libbpf and wasmtime (part of wasm-bpf project)" documentation = "https://docs.eunomia.dev/" readme = "README.md" license = "MIT" repository = "https://github.com/eunomia-bpf/wasm-bpf" resolver = "1" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.flexi_logger] version = "0.25.1" [dependencies.log] version = "0.4.17" [dependencies.wasm-bpf-rs] version = "0.3.1"