# 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 = "outscale_api" version = "1.11.0" authors = ["Outscale SAS "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Outscale API SDK" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/outscale/osc-sdk-rust/" [lib] name = "outscale_api" path = "src/lib.rs" [[example]] name = "config_file" path = "examples/config_file.rs" [[example]] name = "keypair" path = "examples/keypair.rs" [[example]] name = "region" path = "examples/region.rs" [[example]] name = "volume" path = "examples/volume.rs" [dependencies.aws-sigv4] version = "0.3.0" [dependencies.home] version = "0.5.3" [dependencies.http] version = "0.2.5" [dependencies.reqwest] version = "~0.9" default-features = false [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.url] version = "^2.2" [dev-dependencies.rand] version = "0.8.5" [features] default = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"]