# 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 = "cargo-cacher" version = "1.2.5" authors = ["Chris MacNaughton "] description = "cargo-cacher is a crates.io proxy that will proxy requests made when building a package with Cargo" homepage = "https://github.com/ChrisMacNaughton/cargo-cacher" license = "MIT OR Apache-2.0" repository = "https://github.com/ChrisMacNaughton/cargo-cacher.git" [dependencies.cargo-lock] version = "4.0" [dependencies.clap] version = "2.33.0" [dependencies.dirs] version = "2.0.2" [dependencies.humantime] version = "1.3.0" [dependencies.iron] version = "0.6.1" [dependencies.log] version = "0.4.8" [dependencies.logger] version = "0.4.0" [dependencies.router] version = "0.6.0" [dependencies.rusqlite] version = "0.21.0" [dependencies.scoped_threadpool] version = "0.1.9" [dependencies.serde] version = "1.0.104" [dependencies.serde_derive] version = "1.0.104" [dependencies.serde_json] version = "1.0.44" [dependencies.simple_logger] version = "1.3.0" [dependencies.walkdir] version = "2.2.9"