audit 0.8.0

linux audit via netlink
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 = "2018"
name = "audit"
version = "0.8.0"
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "linux audit via netlink"
homepage = "https://github.com/rust-netlink/audit"
readme = "README.md"
keywords = [
    "netlink",
    "ip",
    "linux",
    "audit",
]
license = "MIT"
repository = "https://github.com/rust-netlink/audit"

[features]
default = ["tokio_socket"]
smol_socket = ["netlink-proto/smol_socket"]
tokio_socket = ["netlink-proto/tokio_socket"]

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

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

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

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

[[example]]
name = "events_async"
path = "examples/events_async.rs"
required-features = ["smol_socket"]

[dependencies.futures]
version = "0.3.11"

[dependencies.netlink-packet-audit]
version = "0.7"

[dependencies.netlink-packet-core]
version = "0.9"

[dependencies.netlink-proto]
version = "0.13"
default-features = false

[dependencies.thiserror]
version = "1"

[dev-dependencies.async-std]
version = "1.9.0"
features = ["attributes"]

[dev-dependencies.env_logger]
version = "0.8.2"

[dev-dependencies.tokio]
version = "1.0.1"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false