leef2hashmap 0.1.3

A Simple LEEF Parser to a HashMap
Documentation
[package]
authors = ["Marirs <marirs@gmail.com>"]
categories = ["parsing"]
description = "A Simple LEEF Parser to a HashMap"
edition = "2021"
exclude = ["examples"]
homepage = "https://github.com/marirs/leef2hashmap-rs"
keywords = ["leef", "json", "event"]
license-file = "LICENSE"
name = "leef2hashmap"
readme = "README.md"
repository = "https://github.com/marirs/leef2hashmap-rs"
resolver = "2"
version = "0.1.3"
[profile.dev]
opt-level = 3

[profile.release]
codegen-units = 1
debug = false
debug-assertions = false
lto = true
opt-level = 3