rs-cjy 0.1.2

Convert between CSV, JSON, YAML formats of 2D dataset.
Documentation
# 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 = "rs-cjy"
version = "0.1.2"
authors = ["weaming <garden.yuen@gmail.com>"]
description = "Convert between CSV, JSON, YAML formats of 2D dataset."
homepage = "https://github.com/weaming/rs-cjy"
keywords = ["csv", "json", "yaml"]
license = "MIT"
repository = "https://github.com/weaming/rs-cjy"

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

[[bin]]
name = "csv-json"
path = "src/bin/csv_json.rs"

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

[[bin]]
name = "csv-yaml"
path = "src/bin/csv_yaml.rs"
[dependencies.csv]
version = "1.0.5"

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

[dependencies.serde_json]
version = "1.0.39"
features = ["preserve_order"]

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