psvm 0.3.1

A tool to manage and update the Polkadot SDK dependencies in any Cargo.toml file.
Documentation
[[bin]]
name = "psvm"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.51"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.28"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
features = ["json"]
version = "0.12.24"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
features = ["full"]
version = "1.48.0"

[dependencies.toml]
version = "0.9.8"

[dependencies.toml_edit]
version = "0.23.7"

[dev-dependencies.mockito]
version = "1.7.0"

[dev-dependencies.tokio-test]
version = "0.4.4"

[lib]
name = "psvm"
path = "src/lib.rs"

[package]
authors = ["Parity Technologies <admin@parity.io>", "Patricio (patriciobcs)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A tool to manage and update the Polkadot SDK dependencies in any Cargo.toml file."
edition = "2021"
include = ["src/**/*", "Cargo.toml"]
license = "Apache-2.0 OR GPL-3.0"
name = "psvm"
readme = "README.md"
repository = "https://github.com/paritytech/psvm"
version = "0.3.1"