downstream_dependency_map 0.1.0

An utility to list the downstream kernel's individual modules, with their includes and dependencies.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "downstream_dependency_map"
authors = ["Quis Gor <quisgor@gmail.com>"]
description = "An utility to list the downstream kernel's individual modules, with their includes and dependencies."
readme = "README.md"
homepage = "https://codeberg.org/quisgor/downstream_dependency_map"
documentation = "https://codeberg.org/quisgor/downstream_dependency_map/src/branch/main/README.md"
keywords = ["kernel", "mainlining", "linux"]
categories = ["command-line-utilities", "development-tools", "data-structures", "visualization"]
license = "Unlicense"
repository = "https://codeberg.org/quisgor/downstream_dependency_map"
version = "0.1.0"
edition = "2021"

[dependencies]
dot = "0.1.4"
serde_json = "1.0.120"