18 lines
No EOL
376 B
TOML
18 lines
No EOL
376 B
TOML
[package]
|
|
name = "jsonfilter"
|
|
description = "Filter and compare JSON objects"
|
|
authors = ["JMARyA <jmarya@hydrar.de>"]
|
|
version = "0.2.1"
|
|
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" |