* gitignore update for mac
* cargo things
* documentation update, finally have multiple os builds figured out
* avoid feature injection on dependencies as it has caused problems in the past
* bump version now
* this shouldnt have changed anything, just reorded so its not a random mess ordered by 'well i made it now'
* missed a required import for the move away from feature injection
* wasnt as lazy this time, actually build for two main oses
* ran cargo update
* clippy checks for all combinations of features required to pass
* hadnt saved the file, this is the desired version
* small nitpick on my gitignore lol
* new workflow was in the wrong dir and i didnt notice
* need windows dependencies in windows builds
* name consistency
* alphabetizing so i can find things when im adding/changing/removing/etc