dop 0.2.2

Process, transform and query JSON/YAML/TOML, from the shell.
# 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 = "2024"
rust-version = "1.90"
name = "dop"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Process, transform and query JSON/YAML/TOML, from the shell."
homepage = "https://github.com/dhuan/dop"
documentation = "https://docs.rs/dop"
readme = "README.md"
keywords = [
    "json",
    "yaml",
    "toml",
    "cli",
    "lua",
]
categories = [
    "command-line-utilities",
    "encoding",
]
license = "MIT"
repository = "https://github.com/dhuan/dop"

[[bin]]
name = "dop"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.42"

[dependencies.clap]
version = "4.5.53"
features = [
    "derive",
    "unstable-doc",
]

[dependencies.mlua]
version = "0.11.6"
features = [
    "lua54",
    "vendored",
    "serde",
    "serialize",
]

[dependencies.regex]
version = "1.12.2"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "serde_derive",
]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.toml]
version = "0.9.10"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true