# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rs-cjy" version = "0.1.5" authors = ["weaming "] description = "Convert between CSV, JSON, YAML formats of 2D dataset." homepage = "https://github.com/weaming/rs-cjy" readme = "README.md" 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.6" [dependencies.serde_json] version = "1.0.39" features = ["preserve_order"] [dependencies.yaml-rust] version = "0.4.3"