# 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 = "pukram2html" version = "0.1.1" authors = ["p "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for converting Pukram-formatted text to HTML." homepage = "https://gitlab.com/porky11/pukram2html" readme = "README.md" keywords = [ "html", "markup", "pukram", "text-processing", ] categories = ["text-processing"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/porky11/pukram2html" [lib] name = "pukram2html" path = "src/lib.rs" [[bin]] name = "pukram2html" path = "src/main.rs" [[test]] name = "extended" path = "tests/extended.rs" [[test]] name = "simple" path = "tests/simple.rs" [[test]] name = "special" path = "tests/special.rs" [dependencies.pukram-formatting] version = "0.2.0"