Hangfire without OWIN?

I have MVC app that uses hangfire, but that application references some projects that will only queue jobs. So I install Hangfire to that project but OWIN comes with Hangfire to my class library project, why is that? Can I not just install hangfire and use it to queue jobs?