# 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 = "line-bot-sdk-rust" version = "1.0.2" authors = ["nanato12 "] description = "LINE Messaging API SDK for Rust" readme = "README.md" keywords = [ "line", "linebot", "line-bot-sdk", "line-messaging-api", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/nanato12/line-bot-sdk-rust/" [dependencies.actix-web] version = "4.4.0" optional = true default-features = false [dependencies.base64] version = "0.21.5" [dependencies.hmac] version = "0.12.1" [dependencies.hyper] version = "~0.14" features = ["full"] [dependencies.hyper-rustls] version = "0.24.2" [dependencies.line_channel_access_token] version = "0.0.1" [dependencies.line_insight] version = "0.0.1" [dependencies.line_liff] version = "1.0.0" [dependencies.line_manage_audience] version = "0.0.1" [dependencies.line_messaging_api] version = "0.0.3" [dependencies.line_module] version = "0.0.1" [dependencies.line_module_attach] version = "0.0.1" [dependencies.line_shop] version = "0.0.1" [dependencies.line_webhook] version = "1.0.1" [dependencies.rocket] version = "0.5.0" optional = true default-features = false [dependencies.sha2] version = "0.10.8" [features] actix_support = ["actix-web"] default = [] rocket_support = ["rocket"]