# 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 = "consul-patch-json" version = "0.3.0" authors = ["Nick Gerakines "] publish = true description = "A tool to patch json values for consul keys" homepage = "https://github.com/ngerakines/consul-patch-json" readme = "README.md" keywords = ["consul"] license = "MIT" repository = "https://github.com/ngerakines/consul-patch-json" [profile.release] lto = true strip = true [dependencies.anyhow] version = "1.0.70" [dependencies.base64] version = "0.21.0" [dependencies.consulrs] version = "0.1.0" [dependencies.json-patch] version = "1.0.0" [dependencies.serde] version = "1.0.160" [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.0" features = ["full"]