# 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 = "stcloud" version = "0.5.0" authors = ["Sematext Inc"] description = "Client package for talking to Sematext Cloud." readme = "README.md" keywords = [ "monitoring", "logging", "metrics", "alerting", "sematext", ] license-file = "LICENSE" repository = "https://github.com/sematext/sematext-api-client-rust" resolver = "2" [dependencies.async-trait] version = "^0.1" [dependencies.base64] version = "^0.12" [dependencies.bigdecimal] version = "^0.1" features = ["serde"] [dependencies.chrono] version = "^0.4" features = ["serde"] [dependencies.futures] version = "^0.3" [dependencies.headers] version = "^0.3" [dependencies.hyper] version = "^0.14" features = [ "client", "http1", "tcp", ] [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.serde_yaml] version = "^0.8" [dependencies.tokio] version = "^1" features = ["full"] [dependencies.url] version = "^2" [dev-dependencies.tokio] version = "^1" features = ["full"] [dev-dependencies.tokio-core] version = "^0.1"