# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "jaesve" version = "1.3.4" authors = ["Baz "] description = "A CLI utility for stream converting JSON objects to a series of CSV values" homepage = "https://github.com/bazaah/jaesve" documentation = "https://github.com/bazaah/jaesve" readme = "README.md" keywords = ["json", "csv", "convert", "stream"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/bazaah/jaesve" [profile.release] lto = true [dependencies.clap] version = "2.32.0" [dependencies.dirs] version = "2.0.2" optional = true [dependencies.flate2] version = "1.0.13" [dependencies.fnv] version = "1.0.6" [dependencies.lazy_static] version = "1.3.0" [dependencies.linereader] version = "0.3.0" [dependencies.log] version = "0.4.8" [dependencies.regex] version = "1.3.1" [dependencies.serde] version = "1.0.101" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.34" [dependencies.simplelog] version = "0.6.0" [dependencies.toml] version = "0.5.3" optional = true [dev-dependencies.itertools] version = "0.8.0" [features] config-file = ["serde", "toml", "dirs"] [badges.azure-devops] pipeline = "jaesve" project = "bazaah/jaesve" [badges.is-it-maintained-open-issues] repository = "bazaah/jaesve" [badges.maintenance] status = "passively-maintained"