# 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 = "journaled" version = "0.0.1" authors = ["David Freese"] description = "An low-level interface for the systemd journal" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dfreese/journaled" [[bench]] name = "compare" harness = false [dependencies.log] version = "0.4" features = ["std"] optional = true [dependencies.nix] version = "0.26" features = ["fs"] [dependencies.once_cell] version = "1" optional = true [dependencies.slog] version = "2.7" optional = true [dev-dependencies.criterion] version = "0.4" [dev-dependencies.libsystemd] version = "0.6" [features] slog = ["dep:slog"] stdlog = [ "dep:log", "dep:once_cell", ]