# 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 = "podmod" version = "0.4.3" authors = ["Alpin H. Gencer "] build = "bin/build.rs" exclude = [ ".editorconfig", ".gitattributes", ".gitignore", ] description = "Containerized build system for kernel modules on Fedora." readme = "README.md" keywords = [ "linux", "kernel-module", "fedora", "podman", "silverblue", ] categories = ["command-line-utilities"] license = "GPL-2.0-or-later" repository = "https://github.com/ahgencer/podmod" [dependencies.clap] version = "3.2.20" features = ["derive"] [dependencies.nix] version = "0.24.2" [dependencies.toml] version = "0.5.9" [build-dependencies.clap] version = "3.2.20" features = ["derive"] [build-dependencies.clap_complete] version = "3.2.4"