# 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 = "facebook-signed-request" version = "0.2.0" authors = ["vkill "] description = "Facebook - Signed Request" homepage = "https://github.com/bk-rs/facebook-rs" documentation = "https://docs.rs/facebook-signed-request" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/facebook-rs" resolver = "1" [package.metadata.docs.rs] all-features = true [package.metadata.cargo-all-features] skip_optional_dependencies = true [dependencies.base64] version = "0.21" features = ["std"] default-features = false [dependencies.chrono] version = "0.4" features = ["serde"] optional = true default-features = false [dependencies.hmac] version = "0.12" default-features = false [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde-aux] version = "4" optional = true default-features = false [dependencies.serde_json] version = "1" features = ["std"] default-features = false [dependencies.sha2] version = "0.10" default-features = false [dependencies.thiserror] version = "1" default-features = false [dev-dependencies.hex] version = "0.4" [features] default = [ "with-fb-login-deauth-callback", "with-data-deletion-callback", "with-ig-basic-display-deauth-callback", "with-ig-basic-display-data-deletion-request", ] with-data-deletion-callback = [ "serde-aux", "chrono", ] with-fb-login-deauth-callback = [ "serde-aux", "chrono", ] with-ig-basic-display-data-deletion-request = [ "serde-aux", "chrono", ] with-ig-basic-display-deauth-callback = [ "serde-aux", "chrono", ]