madfun 0.1.2

Autogenerate Atlassian Document Format (ADF) from Markdown
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 = "2024"
name = "madfun"
version = "0.1.2"
authors = ["Jack <jack@yike.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Autogenerate Atlassian Document Format (ADF) from Markdown"
homepage = "https://git.sr.ht/~yikesh/madfun"
readme = "README.md"
keywords = [
    "jira",
    "atlassian",
    "adf",
    "markdown",
]
license = "MIT OR Apache-2.0"
repository = "https://git.sr.ht/~yikesh/madfun"
resolver = "3"

[features]
default = []
tracing = ["dep:tracing"]

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

[[example]]
name = "cli"
path = "examples/cli.rs"

[dependencies.buildstructor]
version = "0.6.0"
default-features = false

[dependencies.markdown]
version = "1.0.0"
features = ["log"]
default-features = false

[dependencies.pretty_assertions]
version = "1.4.1"
features = ["std"]
default-features = false

[dependencies.serde]
version = "1.0.219"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.tracing]
version = "0.1.41"
features = [
    "std",
    "attributes",
    "log",
]
optional = true
default-features = false

[dev-dependencies.pretty_assertions]
version = "1.4.1"
default-features = false

[dev-dependencies.serde_json]
version = "1.0.140"
features = ["std"]
default-features = false