# 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 = "file-with-meta" version = "0.2.0" authors = ["Peter Pentchev "] description = "store a file's metadata for caching purposes" readme = "README.md" keywords = [ "file", "metadata", "download", ] categories = ["filesystem"] license = "BSD-2-Clause" repository = "https://gitlab.com/ppentchev/file-with-meta-rs" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0.37" [dependencies.ureq] version = "2" optional = true [dev-dependencies.anyhow] version = "1.0.66" [dev-dependencies.tempfile] version = "3" [features] default = ["ureq"]