# 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 = "oxide" version = "0.8.0+20241009.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SDK for the Oxide rack" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/oxidecomputer/oxide.rs" [lib] name = "oxide" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.20" features = [ "derive", "string", "env", "wrap_help", ] optional = true [dependencies.dirs] version = "4.0.0" [dependencies.futures] version = "0.3.31" [dependencies.progenitor-client] version = "0.7.0" [dependencies.rand] version = "0.8.5" [dependencies.regress] version = "0.10.1" [dependencies.reqwest] version = "0.11.27" features = ["native-tls-vendored"] [dependencies.schemars] version = "0.8.20" features = [ "chrono", "uuid1", ] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.thiserror] version = "1" default-features = false [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.toml] version = "0.8.19" [dependencies.toml_edit] version = "0.22.22" [dependencies.uuid] version = "1.9.1" features = [ "serde", "v4", ] [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [features] clap = ["dep:clap"] default = [] extras = []