# 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 = "shotwellvfs" version = "0.1.0" authors = ["Vsevolod Velichko "] exclude = ["Cargo.toml.orig", "**/*.orig"] description = "Shotwell FUSE adapter" readme = "README.md" keywords = ["fuse", "shotwell", "driver", "fs", "vfs"] categories = ["filesystem", "multimedia::images", "os::unix-apis"] license = "MIT" repository = "https://github.com/torkve/shotwellvfs" [dependencies.clap] version = "2.29" [dependencies.env_logger] version = "0.4" [dependencies.fuse] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.3" [dependencies.sqlite] version = "0.23" [dependencies.time] version = "0.1" [badges.travis-ci] branch = "master" repository = "torkve/shotwellvfs"