twilight-sparkle 0.2.3

Read values from stdin using expressions understood by that file type
Documentation
[[bin]]
name = "twilight-sparkle"
[dependencies.clap]
version = "2.33.3"

[dependencies.csv]
version = "1.1.5"

[dependencies.httparse]
version = "1.3.5"

[dependencies.serde_json]
version = "1.0.64"

[dependencies.serde_yaml]
version = "0.8.17"

[dependencies.toml]
version = "0.5.8"

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

[package]
authors = ["Hanif Bin Ariffin <hanif.ariffin.4326@gmail.com>"]
description = "Read values from stdin using expressions understood by that file type"
edition = "2018"
include = ["src/**/*", "Cargo.toml"]
license = "MIT"
name = "twilight-sparkle"
repository = "https://github.com/hbina/tws"
version = "0.2.3"
[profile.release]
lto = true