[package] name = "cfkvfs" version = "0.1.1" authors = ["DarkSky "] edition = "2018" description = "Cache files" license = "AGPL-3.0-or-later" homepage = "https://github.com/darkskygit/cfkvfs" repository = "https://github.com/darkskygit/cfkvfs" keywords = ["database", "cache"] include = ["src/**/*", "LICENSE", "README.md"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" log = "0.4.14" lru = "0.6.6" rayon = "1.5.1" rusqlite_migration = "0.4.2" sha3 = "0.9.1" thiserror = "1.0.26" [dependencies.reqwest] version = "0.11.4" default-features = false features = ["blocking", "gzip", "json", "rustls-tls"] [dependencies.rusqlite] version = "0.25.3" features = ["bundled"]