# 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.10" authors = ["Wouter Coppieters"] 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" [profile.release] opt-level = "s" lto = true codegen-units = 1 [lib] name = "htmltoadf" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [[bin]] name = "html2adf" path = "src/bin.rs" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.ego-tree] version = "0.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.4" [dependencies.scraper] version = "0.12.0" [dependencies.serde_json] version = "1.0.59" features = ["preserve_order"] [dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.parking_lot_core] version = "=0.8.0"