# 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 = "fs-dir-cache" version = "0.1.0" authors = ["Dawid Ciężarkiewicz "] description = "A CLI tool for CIs and build scripts, making file system based caching easy and correct (locking, eviction, etc.) " readme = "README.md" license = "MPL-2.0" repository = "https://github.com/dpc/fs-dir-cache" [profile.dev] debug = "line-tables-only" [profile.release] debug = "line-tables-only" [[bin]] name = "fs-dir-cache" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.blake3] version = "1.4.1" [dependencies.chrono] version = "0.4.26" features = [ "serde", "clock", ] [dependencies.clap] version = "4.4.0" features = [ "derive", "env", ] [dependencies.convi] version = "0.0.7" features = ["min_target_pointer_width_32"] [dependencies.fs2] version = "0.4.3" [dependencies.serde] version = "1.0.187" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"]