# 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 = "webex" version = "0.10.0" authors = [ "Scott Hutton ", "Milan Stastny ", "Abel Shields ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interface to Webex Teams REST and WebSocket APIs" readme = "README.md" keywords = [ "webex", "spark", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/wr-org/webex-rust" [lib] name = "webex" path = "src/lib.rs" [[example]] name = "adaptivecard" path = "examples/adaptivecard.rs" [[example]] name = "auto-reply" path = "examples/auto-reply.rs" [[example]] name = "device-authentication" path = "examples/device-authentication.rs" [[example]] name = "hello-world" path = "examples/hello-world.rs" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.serde_html_form] version = "0.2.6" [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.9.0" features = ["macros"] [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39" features = ["full"] [dependencies.tokio-tungstenite] version = "0.23.1" features = [ "connect", "native-tls", ] [dependencies.tungstenite] version = "0.23.0" [dependencies.url] version = "2.5" [dependencies.uuid] version = "1.10" features = ["v4"] [dev-dependencies.env_logger] version = "0.11.5"