pub fn scan_file_with_dependencies( file_path: &str, module_name: &str, ) -> Result<HashMap<String, ReplaceInfo>>
Scan a file and collect deprecated functions from it and its dependencies