Listing SMB Shares On A Server

I want to list the SMB Shares on my Windows server but I couldn't find any suitable crate. I tried to do it with Pavao but I need to specify the Share beforehand, I want to list the shares.

I thought to do it with libsmbclient but I don't know that much.