bigbro 0.5.2

Library for tracking file accesses of processes
Documentation
[badges.appveyor]
branch = "master"
repository = "droundy/bigbro"
service = "github"

[badges.gitlab]
branch = "master"
repository = "facio/bigbro"

[badges.travis-ci]
branch = "master"
repository = "droundy/bigbro"

[dependencies.cpuprofiler]
optional = true
version = "^0.0.3"

[dependencies.libc]
version = "^0.2"

[features]
noprofile = ["cpuprofiler"]
strict = []

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

[package]
authors = ["David Roundy <daveroundy@gmail.com>"]
description = "Library for tracking file accesses of processes"
edition = "2018"
homepage = "https://facio.gitlab.io/bigbro"
license = "GPL-2.0+"
name = "bigbro"
repository = "https://github.com/droundy/bigbro"
version = "0.5.2"

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