infigraph-confluence 1.5.5

Confluence ingestion for Infigraph — fetch, parse, and index Confluence pages into the document graph
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 = "2021"
name = "infigraph-confluence"
version = "1.5.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Confluence ingestion for Infigraph — fetch, parse, and index Confluence pages into the document graph"
homepage = "https://intuit.github.io/infigraph/"
readme = "README.md"
keywords = [
    "confluence",
    "atlassian",
    "wiki",
    "document-ingestion",
    "knowledge-base",
]
categories = [
    "development-tools",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/intuit/infigraph"

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

[[bin]]
name = "infigraph-pipeline-extractor"
path = "src/bin/pipeline_extractor.rs"

[[test]]
name = "template_crawl"
path = "tests/template_crawl.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.infigraph-docs]
version = "1.5.5"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.ureq]
version = "2"
features = ["json"]