# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "cfkvfs" version = "0.1.1" authors = ["DarkSky "] include = ["src/**/*", "LICENSE", "README.md"] description = "Cache files" homepage = "https://github.com/darkskygit/cfkvfs" readme = "README.md" keywords = ["database", "cache"] license = "AGPL-3.0-or-later" repository = "https://github.com/darkskygit/cfkvfs" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.lru] version = "0.6.6" [dependencies.rayon] version = "1.5.1" [dependencies.reqwest] version = "0.11.4" features = ["blocking", "gzip", "json", "rustls-tls"] default-features = false [dependencies.rusqlite] version = "0.25.3" features = ["bundled"] [dependencies.rusqlite_migration] version = "0.4.2" [dependencies.sha3] version = "0.9.1" [dependencies.thiserror] version = "1.0.26"