[dependencies.base64]
version = "0.22.1"
[dependencies.hmac]
version = "0.12.1"
[dependencies.reqwest]
features = ["json", "multipart", "stream"]
version = "^0.12"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_json]
version = "^1.0"
[dependencies.serde_repr]
version = "^0.1"
[dependencies.serde_with]
default-features = false
features = ["base64", "std", "macros"]
version = "^3.8"
[dependencies.sha2]
version = "0.10.8"
[dependencies.tokio]
features = ["macros", "rt-multi-thread", "fs"]
version = "1.44.1"
[dependencies.tokio-util]
features = ["codec"]
version = "^0.7"
[dependencies.url]
version = "^2.5"
[dependencies.uuid]
features = ["serde", "v4"]
version = "^1.8"
[dev-dependencies.tokio-test]
version = "0.4"
[[example]]
name = "secure"
path = "examples/secure.rs"
[[example]]
name = "simple"
path = "examples/simple.rs"
[lib]
name = "fastcomments_sdk"
path = "src/lib.rs"
[package]
authors = ["FastComments <support@fastcomments.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming"]
description = "Official FastComments Rust SDK (Typed API Client & Utilities)"
edition = "2021"
homepage = "https://fastcomments.com"
include = ["src/**/*", "sso/**/*", "client/src/**/*", "client/Cargo.toml", "examples/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["fastcomments", "comments", "commenting-system", "api", "sdk"]
license = "MIT"
name = "fastcomments-sdk"
readme = "README.md"
repository = "https://github.com/fastcomments/fastcomments-rust"
version = "1.3.0"
[[test]]
name = "test_sso"
path = "tests/test_sso.rs"
[[test]]
name = "test_sso_integration"
path = "tests/test_sso_integration.rs"