# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "json-highlight-writer" version = "1.1.0" authors = ["Gidi Meir Morris "] description = "json-highlight-writer is a writer for json-rust object which supports highlighting slices when printing JSON objects\n" homepage = "https://github.com/gmmorris/json-highlight-writer" documentation = "https://github.com/gmmorris/json-highlight-writer" readme = "README.md" keywords = ["json", "write"] license = "MIT" repository = "https://github.com/gmmorris/json-highlight-writer" [lib] name = "json_highlight_writer" path = "src/lib.rs" [dependencies.colored] version = "1.7" [dependencies.json] version = "0.11.13"