# 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 = "2018" name = "jsonwatch" version = "0.6.0" authors = ["D. Bohdan "] description = "Track changes in JSON data from the command line" homepage = "https://github.com/dbohdan/jsonwatch" readme = "README.md" keywords = ["json"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dbohdan/jsonwatch" [dependencies.chrono] version = "~0.4" [dependencies.clap] version = "~2.33" [dependencies.serde_json] version = "~1.0" features = ["preserve_order"] [dependencies.ureq] version = "~0.11"