[[bin]]
name = "jsonsift"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.csv]
version = "1.3"
[dependencies.pest]
version = "2.7"
[dependencies.pest_derive]
version = "2.7"
[dependencies.regex]
version = "1.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[lib]
name = "json_sift"
path = "src/lib.rs"
[package]
authors = ["Vladyslava Spitkovska <spitkovskavlada@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "command-line-utilities", "development-tools"]
description = "JSON-Sift: parse aviation METAR weather data, decode tokens, flatten JSON, and export to CSV."
edition = "2021"
keywords = ["json", "parser", "csv", "weather", "metar"]
license = "MIT"
name = "json_sift"
readme = "README.md"
repository = "https://github.com/tsaebst/jsonsift_copy"
version = "0.1.0"
[[test]]
name = "parser_tests"
path = "tests/parser_tests.rs"