# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fltn" version = "0.2.6" authors = ["Jeremy Nicklas "] description = "Flattens a serialized data structure making it greppable" homepage = "https://github.com/nickjer/fltn" readme = "README.md" keywords = [ "gron", "json", "yaml", ] license = "MIT" repository = "https://github.com/nickjer/fltn" [profile.release] lto = true codegen-units = 1 strip = "symbols" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.csv] version = "1.2" [dependencies.jsonpath-rust] version = "0.7" [dependencies.mime] version = "0.3" [dependencies.mime_guess] version = "2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = [ "preserve_order", "unbounded_depth", ] [dependencies.serde_stacker] version = "0.1" [dependencies.serde_yaml] version = "0.9" [dependencies.toml] version = "0.8" [dependencies.unicode_categories] version = "0.1"