# 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 = "sqlite-cache" version = "0.1.4" authors = ["Heyang Zhou "] description = "SQLite-based on-disk cache." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/losfair/sqlite-cache" [[bench]] name = "cache_benchmark" harness = false [dependencies.data-encoding] version = "2.6.0" [dependencies.futures] version = "0.3.30" [dependencies.rusqlite] version = "0.32" [dependencies.tracing] version = "0.1.40" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.39" features = [ "macros", "rt", "time", ] [dev-dependencies.tracing-test] version = "0.2"