[package] name = "intel-cache-lib" version = "2.0.0" authors = ["case-prudolicce"] edition = "2021" description = "Library for interacting with IntelCache" license = "GPL-3.0" [dependencies] diesel = { version = "1.4.4", features = ["mysql","chrono"] } diesel_migrations = "1.4.0" chrono = "0.4" dotenv = "0.15.0" ipfs-api-backend-hyper = "0.2" futures = "0.3" tokio = { version = "1.14.0", features = ["full"] } flate2 = "0.2" tar = "0.4" sha2 = "0.10.1" public-ip = "0.2.2" libloading = "0.7.3" rand = "0.8.4"