# 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 = "cache_store" version = "0.2.7" description = "A quick and easy cache database for you to use!" homepage = "https://carghaiwebsite.web.app/#/" readme = "README.md" license = "MIT" repository = "https://github.com/carghai/CacheStore" [profile.dev] opt-level = 2 [profile.release] opt-level = 3 [dependencies.better_file_maker] version = "0.1.9" [dependencies.once_cell] version = "1.15.0" [dependencies.openssl] version = "0.10.41" features = ["vendored"] [dependencies.openssl-sys] version = "0.9.75" features = ["vendored"] [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.rocket] version = "0.4.11" [dependencies.rocket_contrib] version = "0.4.11" features = ["json"] [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.tokio] version = "1.21.1" features = ["full"] [dependencies.txt_writer] version = "0.1.4"