# 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 = "arc-disk-cache" version = "0.1.0" description = "Concurrently Readable Disk Cache" readme = "README.md" keywords = [ "concurrency", "lru", "mvcc", "copy-on-write", "transactional-memory", ] categories = [ "data-structures", "memory-management", "caching", "concurrency", ] license = "MPL-2.0" repository = "https://github.com/Firstyear/opensuse-proxy-cache" [dependencies.base64] version = "0.13.0" [dependencies.concread] version = "^0.3.2" [dependencies.crc32c] version = "0.6" [dependencies.rand] version = "^0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.2" [dependencies.time] version = "0.3" features = ["serde"] [dependencies.tracing] version = "0.1" [dev-dependencies.tracing] version = "0.1" features = ["attributes"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]