[package] name = "line_webhook" version = "1.0.1" authors = ["OpenAPI Generator team and contributors"] description = "Webhook event definition of the LINE Messaging API" # Override this license by providing a License Object in the OpenAPI. license = "Unlicense" edition = "2018" [dependencies] serde = "^1.0" serde_derive = "^1.0" serde_json = "^1.0" url = "^2.2" uuid = { version = "^1.0", features = ["serde", "v4"] } hyper = { version = "~0.14", features = ["full"] } hyper-tls = "~0.5" http = "~0.2" base64 = "~0.7.0" futures = "^0.3"