bigbro 0.5.1

Library for tracking file accesses of processes
Documentation
[package]
name = "bigbro"
version = "0.5.1"
authors = ["David Roundy <daveroundy@gmail.com>"]

edition = "2018"

description = "Library for tracking file accesses of processes"
license = "GPL-2.0+"
repository = "https://github.com/droundy/bigbro"
homepage = "https://facio.gitlab.io/bigbro"

[badges]
gitlab = { repository = "facio/bigbro", branch = "master" }
travis-ci = { repository = "droundy/bigbro", branch = "master" }
appveyor = { repository = "droundy/bigbro", branch = "master", service = "github"}

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

[dependencies]

libc = "^0.2"
cpuprofiler = { version = "^0.0.3", optional = true}

[target.'cfg(target_os = "linux")'.dependencies]
seccomp-droundy = "0.1"

[features]
# Treat warnings as a build error.
strict = []

# Use profiling
noprofile = ["cpuprofiler"]