# 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 = "adf2html" version = "0.2.2" authors = ["Alexey Kropotkin"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This library provides a convenient way to build HTML document body from Atlassian Document Format (ADF) provided by Atlassian v3 API" readme = "README.md" keywords = [ "ADF", "Atlassian", "Jira", ] license = "MIT" repository = "https://github.com/romalexdoo/adf2html.git" [lib] name = "adf2html" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.chrono-tz] version = "0.10.0" features = ["serde"] [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.uuid] version = "1.11.0" features = ["v4"]