# 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 = "tomq" version = "0.1.2" authors = ["Jonathan H. R. Lopes "] description = "jq, but from TOML" homepage = "https://gitlab.com/Kores/tomq" documentation = "https://docs.rs/tomq/" readme = "README.md" keywords = [ "jq", "toml-to-json", "toml-to-jq", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/Kores/tomq" resolver = "2" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.serde] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" features = ["preserve_order"] [dependencies.toml_edit] version = "0.14.4" features = ["serde"] [features] default = ["threaded"] threaded = []