# 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" rust-version = "1.56" name = "jotdown" version = "0.6.0" authors = ["Noah Hellman "] build = false exclude = [ "contrib", ".github", ".gitmodules", "Makefile", "bench", "modules", "tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A parser for the Djot markup language" homepage = "https://hllmn.net/projects/jotdown" documentation = "https://docs.rs/jotdown" readme = "README.md" keywords = [ "djot", "markup", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/hellux/jotdown" [profile.release] lto = true [profile.release.package.jotdown_wasm] opt-level = "s" [lib] name = "jotdown" path = "src/lib.rs" [[bin]] name = "jotdown" path = "src/main.rs" doc = false required-features = ["html"] [features] default = ["html"] deterministic = [] html = []