# 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 = "tugger-common" version = "0.10.0" authors = ["Gregory Szorc "] description = "Common functionality used by various tugger crates" homepage = "https://github.com/indygreg/PyOxidizer" readme = "README.md" keywords = ["tugger"] license = "MPL-2.0" repository = "https://github.com/indygreg/PyOxidizer.git" [dependencies.anyhow] version = "1.0.68" [dependencies.fs2] version = "0.4.3" [dependencies.glob] version = "0.3.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.17.0" [dependencies.reqwest] version = "0.11.13" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.sha2] version = "0.10.6" [dependencies.tempfile] version = "3.3.0" [dependencies.url] version = "2.3.1" [dependencies.zip] version = "0.6.3" features = ["deflate"] default-features = false