# 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 = "imgapi" version = "0.2.0" description = "Types and Builders/helpers to use TritonDatacenter imgapi in rust" homepage = "https://github.com/solarm-project/imgapi" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/solarm-project/imgapi" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.derive_builder] version = "0.12.0" [dependencies.indexmap] version = "1.8" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.miette] version = "5.6.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.url] version = "2" features = ["serde"] [dependencies.uuid] version = "1" features = [ "serde", "v4", ] [dev-dependencies.miette] version = "5.6.0" features = ["fancy"] [dev-dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [features] long_tests = []