htmltoadf 0.1.13

An HTML to Atlassian Document Format (ADF) converter
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 = "htmltoadf"
version = "0.1.13"
authors = ["Wouter Coppieters"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An HTML to Atlassian Document Format (ADF) converter"
homepage = "https://github.com/wouterken/htmltoadf"
documentation = "https://docs.rs/htmltoadf/0.1.0/htmltoadf/fn.convert_html_str_to_adf_str.html"
readme = "README.md"
keywords = [
    "html",
    "adf",
    "atlassian",
    "converter",
    "cli",
]
license = "MIT"
repository = "https://github.com/wouterken/htmltoadf"

[lib]
name = "htmltoadf"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[[bin]]
name = "html2adf"
path = "src/bin.rs"

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.ego-tree]
version = "0.10.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.scraper]
version = "0.25.0"

[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]

[dependencies.wasm-bindgen]
version = "0.2.106"

[target.'cfg(target_arch = "wasm32")'.dependencies.parking_lot_core]
version = "0.9.12"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1