# 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-interactive-update" version = "0.4.2" authors = ["BenoƮt Jeaurond "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cargo extension CLI tool to update your cargo direct dependencies interactively to the latest version" readme = "README.md" keywords = [ "cargo", "update", "interactive", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/benjeau/cargo-interactive-update" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [[bin]] name = "cargo-interactive-update" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.clap-cargo] version = "0.14.1" [dependencies.crossterm] version = "0.28.1" features = ["events"] default-features = false [dependencies.curl] version = "0.4.47" [dependencies.semver] version = "1.0.23" [dependencies.serde_json] version = "1.0.128" [dependencies.toml_edit] version = "0.22.22"