# 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 = "upcloud-sdk" version = "0.1.1" authors = ["Ville Vesilehto "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async UpCloud API client for Rust" documentation = "https://docs.rs/upcloud-sdk" readme = "README.md" keywords = [ "upcloud", "api", "client", "async", "rust", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/thevilledev/upcloud-rust-sdk" [lib] name = "upcloud_sdk" path = "src/lib.rs" [[example]] name = "server_create_advanced" path = "examples/server_create_advanced.rs" [[example]] name = "server_create_simple" path = "examples/server_create_simple.rs" [[example]] name = "server_list" path = "examples/server_list.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.1" features = [ "rt", "macros", "rt-multi-thread", ] [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.mockito] version = "1.6.1" [dev-dependencies.tokio] version = "1.41.1" features = [ "macros", "rt-multi-thread", ]