# 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 = "carrot-commons" version = "0.2.3" description = "Common Rust code used throughout the Carrot protocol and its services." readme = "README.md" license = "GPL-3.0-or-later" [dependencies.backoff] version = "0.4.0" features = ["tokio"] [dependencies.directories] version = "5.0.1" [dependencies.governor] version = "0.6.0" [dependencies.reqwest] version = "0.11.22" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_yaml] version = "0.9.25" [dependencies.thiserror] version = "1.0.50" [dependencies.url] version = "2.4.1"