* bumped version
* added cli option to parser
* added banner entry
* fixed state file with colon on windows
* tweaked banner name for scoped url
* fixed test with new In-Scope Url banner name
* added STATE_FILENAME env var to control state file name/location
* added ferox config example
* initial implementation complete
* updated ci/cd to add components to fmt/clippy configs
* clippy
* made subdomain detection a bit more robust
* --request-file correctly sets scope values
* added debug windows build
* fixed failing test
* test AUv2 with debug build
* updated AU to v4 for build pipeline; test 1
* upgraded checkout from v2 to v4; test 1
* migrating from actions-rs to dtolnay stuff; test 1
* migrating from actions-rs to dtolnay stuff; test 2
* migrating from actions-rs to dtolnay stuff; test 3
* migrating from actions-rs to dtolnay stuff; matrix build; test 1
* migrating from actions-rs to dtolnay stuff; matrix build; test 2
* migrating from actions-rs to dtolnay stuff; matrix build; test 3
* migrating from actions-rs to dtolnay stuff; matrix build; test 4
* migrating from actions-rs to dtolnay stuff; matrix build; test 5
* migrating from actions-rs to dtolnay stuff; matrix build; test 6
* migrating from actions-rs to dtolnay stuff; matrix build; test 7
* updated ci pipeline
* updated ci pipeline; test 2
* remove cruft
* updated ci pipeline; test 3
* updated ci pipeline; test 4
* updated the rest
* updated the rest; test 2
* updated codecov action
* added headers to regex filtering
* added regex header test
* added pipeline for mac arm
* bumped version; updated deps; updated .cargo/config to .toml
* -b more robust
* fixed overall prog bar showing 0 eta too early
* fixed ssl error test
* added time estimate to SMM
* parallel time limit enforced individually instead of main thread
* added ability to select silent/quiet when using --parallel
* fixed robots.txt error -> hang
* build pipeline back to main
* fixed up tests
* removed retries from nextest
* clippy