[package] name = "csv2json-easy" version = "0.2.1" authors = ["hgfkeep "] edition = "2018" description = "a binary tools in command line for converting ccsv to json" repository = "https://github.com/hgfkeep/csv2json-easy" documentation = "https://github.com/hgfkeep/csv2json-easy" readme = "README.md" keywords = ["csv2json", "csv", "json", "cli"] categories = ["command-line-utilities", "development-tools"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = {version = "1.0.104", features=["derive"]} serde_json = "1.0.48" failure = "0.1.7" csv = "1.1.3" clap = "2.33.0"