jsonfilter/Cargo.toml
2024-02-09 18:03:31 +01:00

18 lines
No EOL
376 B
TOML

[package]
name = "jsonfilter"
description = "Filter and compare JSON objects"
authors = ["JMARyA <jmarya@hydrar.de>"]
version = "0.2.0"
edition = "2021"
keywords = ["json", "filter"]
license = "MIT"
repository = "https://git.hydrar.de/jmarya/jsonfilter"
[dependencies]
regex = "1.10.3"
serde = "1.0.196"
serde_json = "1.0.113"
[profile.release]
codegen-units = 1
lto = "fat"