pub fn find_dependencies( content: &Vec<Item>, available_dependencies: &HashSet<String>, ) -> Result<HashSet<String>, Error>