# 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 = "syncer" version = "0.5.1" authors = ["Pedro CĂ´rte-Real "] description = "A filesystem that pretends you have all your files locally while caching only the most recently used" categories = ["filesystem"] license = "GPL-3.0" repository = "https://github.com/pedrocr/syncer" [profile.dev] opt-level = 3 [dependencies.base64] version = "0.9" [dependencies.bincode] version = "1" [dependencies.blake2] version = "0.7.0" [dependencies.crossbeam] version = "0.3.2" [dependencies.fuse_mt] version = "0.4.3" [dependencies.hex] version = "0.3.1" [dependencies.libc] version = "0.2" [dependencies.rand] version = "0.4" [dependencies.rusqlite] version = "0.13.0" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.time] version = "0.1.39" [dependencies.toml] version = "0.4" [dependencies.users] version = "0.6.0"