rs-cjy 0.1.0

Convert between CSV, JSON, YAML.
Documentation
[[bin]]
name = "csv-json"
path = "src/bin/csv_json.rs"

[[bin]]
name = "yaml-json"
path = "src/bin/yaml_json.rs"
[dependencies.csv]
version = "1"

[dependencies.linked-hash-map]
version = "0.5.1"

[dependencies.serde_json]
version = "1.0.32"

[dependencies.yaml-rust]
version = "0.4.2"

[lib]
name = "formats"
path = "src/formats/lib.rs"

[package]
authors = ["weaming <garden.yuen@gmail.com>"]
description = "Convert between CSV, JSON, YAML."
edition = "2018"
homepage = "https://github.com/weaming/rs-cjy"
keywords = ["csv", "json", "yaml"]
license = "MIT"
name = "rs-cjy"
repository = "https://github.com/weaming/rs-cjy"
version = "0.1.0"