[package] name = "modinfo" version = "0.0.2" # Also update html_root_url in lib.rs when bumping this description = """ Get modinfo section for Linux kernel module (.ko) """ authors = ["Kavan Mevada"] license = "Apache-2.0 OR MIT" repository = "https://github.com/kavanmevada/modinfo" categories = ["parser"] keywords = ["modinfo", "ko", "elf"] readme = "README.md" [dependencies] libc = { version = "0.2.137" }