ufwlog 0.3.0-beta.2

A library to parse, format and export ufw log.
Documentation
# 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 = "2021"
name = "ufwlog"
version = "0.3.0-beta.2"
authors = ["hms5232 <hms5232@hhming.moe>"]
build = false
include = [
    "/src",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to parse, format and export ufw log."
readme = "README.md"
keywords = [
    "ufw",
    "log",
]
categories = ["parser-implementations"]
license = "MPL-2.0"
repository = "https://github.com/hms5232/ufwlog"

[features]

[lib]
name = "ufwlog"
path = "src/lib.rs"

[dependencies]