pacman-log 0.2.1

A Rust library for parsing and querying pacman logs
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 = "2024"
name = "pacman-log"
version = "0.2.1"
authors = ["Josephine Pfeiffer <hi@josie.lol>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for parsing and querying pacman logs"
documentation = "https://docs.rs/pacman-log"
readme = "README.md"
keywords = [
    "pacman",
    "archlinux",
    "log",
    "parser",
]
categories = [
    "parsing",
    "filesystem",
]
license = "GPL-3.0"
repository = "https://github.com/pfeifferj/pacman-log.rs"

[features]
default = []
serde = [
    "dep:serde",
    "chrono/serde",
]

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

[[example]]
name = "system_test"
path = "examples/system_test.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3"