# 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 = "2018" name = "omicron-package" version = "0.1.0" authors = ["Sean Klein "] description = "Packaging tools for Oxide's control plane software" license = "MPL-2.0" repository = "https://github.com/oxidecomputer/omicron-package" [dependencies.anyhow] version = "1.0" [dependencies.flate2] version = "1.0.22" [dependencies.reqwest] version = "0.11" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.tar] version = "0.4" [dependencies.tempfile] version = "3.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.17" features = ["full"] [dependencies.toml] version = "0.5.6"