confluence-cli 0.0.1

Markdown-sync-first Confluence CLI in Rust
# 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 = "confluence-cli"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown-sync-first Confluence CLI in Rust"
documentation = "https://docs.rs/confluence-cli"
readme = "README.md"
keywords = [
    "confluence",
    "cli",
    "markdown",
    "sync",
    "atlassian",
]
categories = ["command-line-utilities"]
license = "MIT"

[[bin]]
name = "confluence-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytes]
version = "1.10.1"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.clap]
version = "4.5.49"
features = [
    "derive",
    "env",
]

[dependencies.comfy-table]
version = "7.2.1"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.html2md]
version = "0.2.15"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.pathdiff]
version = "0.2.3"

[dependencies.pulldown-cmark]
version = "0.13.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.12.24"
features = [
    "charset",
    "http2",
    "json",
    "multipart",
    "rustls-tls",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sha2]
version = "0.10.9"

[dependencies.slug]
version = "0.1.6"

[dependencies.tokio]
version = "1.47.1"
features = [
    "fs",
    "macros",
    "rt-multi-thread",
]

[dependencies.url]
version = "2.5.7"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.tempfile]
version = "3.23.0"