# 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 = "pop-common" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library that provides a collection of essential utilities and shared functionality for pop." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/r0gue-io/pop-cli" [lib] name = "pop_common" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.cargo_toml] version = "0.20.3" [dependencies.duct] version = "0.13" [dependencies.flate2] version = "1.0.30" [dependencies.git2] version = "0.18" features = ["vendored-openssl"] [dependencies.git2_credentials] version = "0.13.0" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.strum] version = "0.26" [dependencies.tar] version = "0.4.40" [dependencies.tempfile] version = "3.10" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [dependencies.toml_edit] version = "0.22" features = ["serde"] [dependencies.url] version = "2.5" [dev-dependencies.mockito] version = "1.4.0" [dev-dependencies.strum_macros] version = "0.26" [dev-dependencies.tempfile] version = "3.10"