# 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 = "fuse" version = "0.3.1" authors = ["Andreas Neuhaus "] build = "build.rs" description = "Rust library for filesystems in userspace (FUSE)" homepage = "https://github.com/zargony/rust-fuse" documentation = "https://docs.rs/fuse" readme = "README.md" keywords = ["fuse", "filesystem", "system", "bindings"] categories = ["api-bindings", "filesystem"] license = "MIT" repository = "https://github.com/zargony/rust-fuse" [lib] name = "fuse" path = "src/lib.rs" [dependencies.log] version = "0.3" [dependencies.thread-scoped] version = "1" [dependencies.time] version = "0.1" [dependencies.libc] version = "0.2" [dev-dependencies.env_logger] version = "0.3" [build-dependencies.pkg-config] version = "0.3" [badges.travis-ci] repository = "zargony/rust-fuse"