atlassian-rust-api 0.1.0

A wrapper for the Atlassian REST API written in Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "atlassian-rust-api"
version = "0.1.0"
authors = ["Austin Heil"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A wrapper for the Atlassian REST API written in Rust"
readme = "readme.md"
keywords = [
    "rest",
    "api",
    "atlassian",
    "jira",
    "confluence",
]
license = "Apache-2.0"
repository = "https://github.com/austinmh12/atlassian-rust-api.git"

[features]
default = ["jira"]
experimental = []
jira = []

[lib]
name = "atlassian_rust_api"
path = "src/lib.rs"

[dependencies.derive_more]
version = "2.1"
features = [
    "from",
    "display",
]

[dependencies.reqwest]
version = "0.13"
features = ["json"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.url]
version = "2.5"