# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cargo-simd-detect" version = "0.1.1" authors = ["Carl Kadie"] description = "Rust nightly cargo command to report which SIMD extensions your Intel/AMD CPU supports and are enabled." homepage = "https://github.com/CarlKCarlK/cargo-simd-detect" readme = "README.md" keywords = [ "simd", "cargo", "subcommand", ] categories = [ "development-tools::profiling", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/CarlKCarlK/cargo-simd-detect" [dependencies]