[package] name = "json_to_csv" version = "0.2.0" edition = "2018" description = "Super simple function that will convert your json flat objects into a csv." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1.0.64"