# 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.78" name = "cargo-msrv" version = "0.17.1" authors = ["Martijn Gribnau "] build = "build.rs" exclude = ["/design"] autobins = false autoexamples = false autotests = false autobenches = false description = "Find your minimum supported Rust version (MSRV)!" readme = "README.md" keywords = [ "msrv", "rust-version", "toolchain", "find", "minimum", ] categories = [ "development-tools", "development-tools::cargo-plugins", "command-line-utilities", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/foresterre/cargo-msrv" [package.metadata.release] tag-name = "v{{version}}" [profile.release] lto = true codegen-units = 1 [lib] name = "cargo_msrv" path = "src/lib.rs" [[bin]] name = "cargo-msrv" path = "src/bin/cargo-msrv.rs" [[test]] name = "find_msrv" path = "tests/find_msrv.rs" [[test]] name = "user_output" path = "tests/user_output.rs" [[test]] name = "verify_msrv" path = "tests/verify_msrv.rs" [dependencies.bisector] version = "0.4.0" [dependencies.camino] version = "1.1" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.clap-cargo] version = "0.14.1" features = ["cargo_metadata"] [dependencies.dirs] version = "5.0.1" [dependencies.indicatif] version = "0.17.9" [dependencies.once_cell] version = "1.20.2" [dependencies.owo-colors] version = "4.1.0" [dependencies.petgraph] version = "0.6.5" [dependencies.rust-releases] version = "0.28.0" features = ["rust-changelog"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.storyteller] version = "1.0.0" [dependencies.tabled] version = "~0.16.0" features = ["ansi"] [dependencies.terminal_size] version = "0.4.0" [dependencies.thiserror] version = "2.0.3" [dependencies.toml_edit] version = "0.22.22" [dependencies.tracing] version = "0.1" [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = ["json"] [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.parameterized] version = "2.0.0" [dev-dependencies.phenomenon] version = "~1.0.0" [dev-dependencies.yare] version = "3.0.0" [build-dependencies.vergen] version = "8.3.2" features = [ "build", "cargo", "git", "gitcl", "rustc", ] default-features = false [features] default = ["rust-releases-dist-source"] rust-releases-dist-source = ["rust-releases/rust-dist"]