Get rid of dependencies where possible. If you just use that one function - you don't need that library, better roll your own. Your co-developers and users (which include future you) will thank you for it.
(unless we're talking security and especially cryptography. then, do the opposite, because you're in way over your head regarding this, no matter who you are.)