# 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 = "2021" name = "ic-storage-module" version = "1.0.0" authors = ["case-prudolicce"] description = "Native client for interacting with IntelCache" license = "GPL-3.0" [lib] crate-type = ["dylib"] [dependencies.diesel] version = "1.4.4" features = ["mysql", "chrono"] [dependencies.futures] version = "0.3" [dependencies.intel-cache-lib] version = "2.0.0" [dependencies.ipfs-api-backend-hyper] version = "0.2" [dependencies.public-ip] version = "0.2.2" [dependencies.sha2] version = "0.10.1" [dependencies.tar] version = "0.4"