diff --git a/Cargo.toml b/Cargo.toml index aa5ca05..ac7a308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,18 @@ [package] name = "jsonfilter" +description = "Filter and compare JSON objects" +authors = ["JMARyA "] 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" \ No newline at end of file