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.
|
|
|
[package]
|
|
|
|
name = "mammut"
|
|
|
|
version = "0.6.0"
|
|
|
|
description = "A wrapper around the Mastodon API."
|
|
|
|
authors = ["Aaron Power <theaaronepower@gmail.com>"]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/Aaronepower/mammut.git"
|
|
|
|
keywords = ["api", "web", "social", "mastodon", "wrapper"]
|
|
|
|
categories = ["web-programming", "http-client"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
reqwest = "0.5"
|
|
|
|
serde = "0.9"
|
|
|
|
serde_json = "0.9"
|
|
|
|
serde_derive = "0.9"
|
|
|
|
|
|
|
|
[dependencies.chrono]
|
|
|
|
# Locked to 0.3.0 since chrono 0.3.1 uses serde ^1, which is incompatible
|
|
|
|
# with serde 0.9 specified above.
|
|
|
|
version = "=0.3.0"
|
|
|
|
features = ["serde"]
|