bigbro 0.3.16

Library for tracking file accesses of processes
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "bigbro"
version = "0.3.16"
authors = ["David Roundy <daveroundy@gmail.com>"]
build = "build.rs"
description = "Library for tracking file accesses of processes"
homepage = "https://facio.gitlab.io/bigbro"
documentation = "http://facio.gitlab.io/bigbro/doc/bigbro/index.html"
license = "GPL-2.0+"
repository = "https://github.com/droundy/bigbro"

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

[[bin]]
name = "test-bigbro"
path = "src/bin.rs"

[[bin]]
name = "test-bigbro-twostep"
path = "src/twostep.rs"

[[bin]]
name = "test-bigbro-chan"
path = "src/test-chan.rs"

[[bin]]
name = "test-bigbro-scaling"
path = "src/test-scaling.rs"

[[bin]]
name = "echo"
path = "src/bin/echo.rs"

[[bin]]
name = "false"
path = "src/bin/false.rs"

[[bin]]
name = "ls"
path = "src/bin/ls.rs"

[[bin]]
name = "touch"
path = "src/bin/touch.rs"
[dependencies.libc]
version = "^0.2"

[dependencies.cpuprofiler]
version = "^0.0.3"
optional = true
[build-dependencies.gcc]
version = "0.3"

[features]
noprofile = ["cpuprofiler"]
strict = []
[badges.gitlab]
repository = "facio/bigbro"
branch = "master"

[badges.appveyor]
branch = "master"
service = "github"
repository = "droundy/bigbro"

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