# 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 = "deppatcher" version = "0.1.3" authors = ["Yaroslav Bolyukin "] description = "Automate patching Cargo.toml files using jsonnet" readme = "README.md" license = "MIT" [dependencies.cargo-lock] version = "9.0.0" [dependencies.cargo_metadata] version = "0.15.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.guppy] version = "0.15.2" [dependencies.itertools] version = "0.10.5" [dependencies.jrsonnet-cli] version = "0.5.0-pre95" [dependencies.jrsonnet-evaluator] version = "0.5.0-pre95" features = ["exp-destruct"] [dependencies.jrsonnet-gcmodule] version = "0.3.7" [dependencies.jrsonnet-stdlib] version = "0.5.0-pre95" [dependencies.regex] version = "1.10" [dependencies.toml_edit] version = "0.18.1" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.walkdir] version = "2.5"