# 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 = "catfs" version = "0.8.0" authors = ["Ka-Hing Cheung "] description = "Cache AnyThing filesystem" readme = "README.md" keywords = ["filesystem", "fuse", "cache"] categories = ["caching", "filesystem"] license = "Apache-2.0" repository = "https://github.com/kahing/catfs" [lib] test = false harness = false [dependencies.backtrace] version = "0.3" [dependencies.chan-signal] version = "0.2" [dependencies.clap] version = "2.25.0" [dependencies.env_logger] version = "0.4" [dependencies.fuse] version = "0.3.0" [dependencies.generic-array] version = "0.8" [dependencies.itertools] version = "0.6" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.3" [dependencies.rand] version = "0.3" [dependencies.sha2] version = "0.6" [dependencies.threadpool] version = "1.4" [dependencies.time] version = "0.1" [dependencies.twox-hash] version = "1.1" [dependencies.xattr] version = "0.2" [badges.travis-ci] branch = "master" repository = "kahing/catfs"