mastodon API rust lib elefren, fixed and updated. and also all ASYNC! NB. most examples are now wrong.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
elefren-fork/Cargo.toml

32 lines
761 B

[package]
name = "elefren"
version = "0.12.0"
description = "A wrapper around the Mastodon API."
authors = ["Aaron Power <theaaronepower@gmail.com>", "Paul Woolcock <paul@woolcock.us>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/pwoolcoc/elefren.git"
keywords = ["api", "web", "social", "mastodon", "wrapper"]
categories = ["web-programming", "web-programming::http-client", "api-bindings"]
[dependencies]
doc-comment = "0.1"
reqwest = "0.8"
serde = "1"
serde_derive = "1"
serde_json = "1"
url = "1"
try_from = "0.2.2"
toml = { version = "0.4.6", optional = true }
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[features]
default-features = []
all = ["toml"]
[package.metadata.docs.rs]
features = ["all"]