# 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 = "sandboxfs" version = "0.2.0" authors = ["Julio Merino "] description = "A virtual file system for sandboxing" homepage = "https://github.com/bazelbuild/sandboxfs" readme = "README.md" keywords = ["bazel", "filesystem", "fuse", "sandboxing"] categories = ["filesystems"] license = "Apache-2.0" repository = "https://github.com/bazelbuild/sandboxfs" [dependencies.cpuprofiler] version = "0.0" optional = true [dependencies.env_logger] version = "0.5" [dependencies.failure] version = "~0.1.2" [dependencies.fuse] version = "0.3" [dependencies.getopts] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.12" [dependencies.num_cpus] version = "1.11" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.signal-hook] version = "0.1" [dependencies.threadpool] version = "1.0" [dependencies.time] version = "0.1" [dependencies.xattr] version = "0.2.2" [dev-dependencies.tempfile] version = "3" [dev-dependencies.users] version = "0.9" [build-dependencies.pkg-config] version = "0.3" [features] default = [] profiling = ["cpuprofiler"] [badges.travis-ci] branch = "master" repository = "bazelbuild/sandboxfs"