pub(crate) type Dependencies = HashMap<String, HashMap<String, Dependency>>;
struct Dependencies { /* private fields */ }