fedora 2.1.2

Base library for interacting with Fedora web services
Documentation
[package]
name = "fedora"
description = "Base library for interacting with Fedora web services"
license = "MIT OR Apache-2.0"

version = "2.1.2"
edition = "2021"
rust-version = "1.67.0"

authors = ["Fabio Valentini <decathorpe@gmail.com>"]
readme = "README.md"
exclude = ["/.github/", "/rustfmt.toml"]
categories = ["api-bindings"]
keywords = ["fedora", "client", "authentication", "openid"]
repository = "https://github.com/ironthree/fedora-rs"

[features]
default = []

[dependencies]
bytes = "1.1"
cookie = "0.16"
cookie_store = "0.16"
dirs = "5"
log = "0.4.14"
reqwest = { version = "0.11.11", features = ["cookies"] }
serde = { version = "1.0.134", features = ["derive"] }
serde_json = "1.0.78"
thiserror = "1.0.30"
url = "^2.2.2"

[dev-dependencies]
# only needed for example code
env_logger = "0.10"
rpassword = "7"
tokio = { version = "1.14.0", features = ["macros", "rt-multi-thread"] }

[badges]
maintenance = { status = "deprecated" }