Newton.jl provides a fast and efficient newton-raphson solver that is suitable to be used inside a preformance critical loop.
When more fine-grained controlled, different algorithms etc. is desired, consider NonlinearSolve.jl.
Pkg.add(url="https://github.com/KnutAM/Newton.jl")