* refactor the publish.rs file in xtask
* fixes after running checks
* remove extra space
* Update messages to be more conventional and follow rust guidelines
---------
Co-authored-by: iamricks <richardsantos@Richards-MacBook-Pro.local>
* [xtask] Add support for vulnerabilities check in xtask
cargo +nightly xtask vulnerability --help
* [xtask] Add support for dependencies check in xtask
cargo xtask dependencies --help
* Make sure all vulnerabilities checks are called with cargo +nightly
* Fix clippy errors
* Use automatic links in docstrings
* Move run function to the top of the file
* Skip dependencies documenation
* pub -> pub(crate)
* Change return type of Sanitizer::flags to &str
* Move the run functions as an impl function of check types enums
* Remove Type suffix in check type enums
* Fix wrong variable name
* cargo_commande -> cargo_crate
* Improve robustness of is_target_supported and add tests
* Reorganize utils module into a directory
* chore(candle): Allow enabling accelerate
* Temporarily disable test for accelerate feature
* Allow enabling accelerate from upstream
* Update the README
* Have xtask also test using accelerate
* Renable failing test
* Fix matmul on candle when using accelerate
* Add additional comment to xtask method