[package]
edition = "2024"
rust-version = "1.85.1"
name = "firo"
version = "0.3.0"
authors = ["Quentin JEROME <qjerome@rawsec.lu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Straightforward rotating file implementation"
documentation = "https://docs.rs/firo"
readme = "README.md"
keywords = [
"file",
"rotate",
"log",
]
license = "GPL-3.0"
repository = "https://github.com/qjerome/firo"
[lib]
name = "firo"
path = "src/lib.rs"
[dependencies.flate2]
version = "1.0"
[dependencies.huby]
version = "0.2"
[dependencies.tempfile]
version = "3"
[dependencies.thiserror]
version = "1.0"