# 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 = "bpfasm" version = "1.0.0" authors = ["Alex Forster "] build = "build.rs" description = "Berkley Packet Filter (BPF) assembler" homepage = "https://github.com/alexforster/bpfasm" readme = "README.md" keywords = [ "bpf", "cbpf", ] categories = [ "compilers", "parser-implementations", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/alexforster/bpfasm" resolver = "2" [dependencies.pest] version = "~2" [dependencies.thiserror] version = "~1" [build-dependencies.pest_generator] version = "~2" [build-dependencies.quote] version = "~1"