# 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 = "meowj" version = "0.2.0" authors = ["Jack Arthur Harrhy "] description = "pancake-ify json" readme = "README.md" keywords = ["cli", "tool", "json"] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/jackharrhy/meowj" [profile.release] opt-level = "s" [lib] name = "meowj" crate-type = ["cdylib", "rlib"] path = "src/lib.rs" [[bin]] name = "meowj" path = "src/bin.rs" [dependencies.colored] version = "1.8" [dependencies.console_error_panic_hook] version = "0.1.1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-test] version = "0.2" [features] default = ["console_error_panic_hook"] [badges.circle-ci] branch = "master" repository = "jackharrhy/meowj" [badges.maintenance] status = "actively-developed"