# 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 = "tote" version = "0.5.1" authors = ["Matthew Wood "] description = "A lightweight data cache for CLI libraries" homepage = "https://github.com/thepacketgeek/tote" readme = "README.md" license = "MIT" repository = "https://github.com/thepacketgeek/tote" resolver = "2" [dependencies.async-trait] version = "0.1.53" optional = true [dependencies.serde] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.dirs] version = "4.0.0" [dev-dependencies.reqwest] version = "0.11.10" features = [ "blocking", "json", ] [dev-dependencies.serde_derive] version = "1.0.137" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.tokio] version = "1.18.2" features = ["full"] [features] async = ["async-trait"] default = []