[dependencies.anyhow]
version = "1.0.79"
[dependencies.env_logger]
version = "0.11.8"
[dependencies.log]
version = "0.4.21"
[dependencies.reqwest]
features = ["multipart", "json"]
version = "0.12.2"
[dependencies.serde_json]
version = "1.0.114"
[dependencies.tokio]
features = ["full"]
version = "1.36.0"
[lib]
name = "fb_poster"
path = "src/lib.rs"
[package]
authors = ["Atrem Zavadskyi haramzayka@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An unofficial Rust API client for Facebook post uploads."
edition = "2021"
keywords = ["facebook", "api"]
license = "MIT"
name = "fb_poster"
readme = "README.md"
version = "0.1.9"
[[test]]
name = "constants"
path = "tests/constants.rs"
[[test]]
name = "health_check"
path = "tests/health_check.rs"
[[test]]
name = "photo_tests"
path = "tests/photo_tests.rs"
[[test]]
name = "post_tests"
path = "tests/post_tests.rs"
[[test]]
name = "reels_tests"
path = "tests/reels_tests.rs"
[[test]]
name = "video_tests"
path = "tests/video_tests.rs"