# 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 = "psvm" version = "0.2.4" authors = [ "Parity Technologies ", "Patricio (patriciobcs)", ] include = [ "src/**/*", "Cargo.toml", ] description = "A tool to manage and update the Polkadot SDK dependencies in any Cargo.toml file." readme = "README.md" license = "Apache-2.0 OR GPL-3.0" repository = "https://github.com/paritytech/psvm" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.12.3" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.toml] version = "0.8.12" [dependencies.toml_edit] version = "0.22.9" [dev-dependencies.mockito] version = "0.30" [dev-dependencies.tokio-test] version = "0.4"