# 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] edition = "2018" name = "bigbro" version = "0.5.2" authors = ["David Roundy "] description = "Library for tracking file accesses of processes" homepage = "https://facio.gitlab.io/bigbro" license = "GPL-2.0+" repository = "https://github.com/droundy/bigbro" [lib] name = "bigbro" path = "src/lib.rs" [dependencies.cpuprofiler] version = "^0.0.3" optional = true [dependencies.libc] version = "^0.2" [features] noprofile = ["cpuprofiler"] strict = [] [target."cfg(target_os = \"linux\")".dependencies.seccomp-droundy] version = "0.1" [badges.appveyor] branch = "master" repository = "droundy/bigbro" service = "github" [badges.gitlab] branch = "master" repository = "facio/bigbro" [badges.travis-ci] branch = "master" repository = "droundy/bigbro"