# 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" rust-version = "1.80" name = "cargo-multivers" version = "0.9.0" build = false include = [ "README.md", "CHANGELOG.md", "/src/*", "/LICENSE*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo subcommand to build multiple versions of the same binary, each with a different CPU features set, merged into a single portable optimized binary" readme = "README.md" keywords = [ "performance", "optimization", "cargo", "cpu", "multivers", ] categories = [ "hardware-support", "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ronnychevalier/cargo-multivers" [profile.release] lto = true strip = "symbols" [[bin]] name = "cargo-multivers" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.cargo_metadata] version = "0.18" [dependencies.clap] version = "4.4" features = [ "derive", "cargo", ] [dependencies.clap-cargo] version = "0.14" features = ["cargo_metadata"] [dependencies.console] version = "0.15" [dependencies.escargot] version = "0.5.8" [dependencies.indicatif] version = "0.17" [dependencies.itertools] version = "0.13" [dependencies.rayon] version = "1.8" [dependencies.serde] version = "1.0.184" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha3] version = "0.10" [dependencies.target-lexicon] version = "0.12" features = ["std"] [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "3" [dev-dependencies.tempfile] version = "3.8.1" [lints.clippy] as_ptr_cast_mut = "warn" cargo = "warn" cast_lossless = "warn" dbg_macro = "warn" expect_used = "warn" indexing_slicing = "warn" lint_groups_priority = "allow" panic = "warn" panic_in_result_fn = "warn" todo = "warn" trailing_empty_array = "warn" unimplemented = "warn" unnecessary_safety_comment = "warn" unnecessary_safety_doc = "warn" unwrap_used = "warn" use_debug = "warn" [lints.rust] improper_ctypes = "warn" improper_ctypes_definitions = "warn" missing_docs = "warn" non_ascii_idents = "warn" rust_2018_idioms = "warn" rust_2024_compatibility = "warn" single_use_lifetimes = "warn" trivial_numeric_casts = "warn"