rosa_parse 0.2.0

Rosa parse is a command line utility to convert json, yaml or toml from stdin to json, yaml or toml to stdout.
Documentation
[[bin]]
name = "to-toml"
path = "src/bin/to-toml.rs"

[[bin]]
name = "to-yaml"
path = "src/bin/to-yaml.rs"

[[bin]]
name = "to-json"
path = "src/bin/to-json.rs"
[dependencies.anyhow]
version = "^1"

[dependencies.serde]
version = "^1"

[dependencies.serde_json]
version = "^1"

[dependencies.serde_yaml]
version = "^0"

[dependencies.toml]
version = "^0"

[package]
authors = ["Paul Delafosse <paul.delafosse@protonmail.com>"]
description = "Rosa parse is a command line utility to convert json, yaml or toml from stdin to json, yaml or toml to stdout."
edition = "2018"
license-file = "LICENSE"
name = "rosa_parse"
readme = "README.md"
repository = "https://github.com/oknozor/rosa-parse"
version = "0.2.0"