# 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 = "papyri-lang" version = "0.7.0" description = "Compiler for the Papyri markup language" homepage = "https://kaya3.github.io/papyri" readme = "README.md" keywords = [ "papyri", "markup", "html", "markup-language", "programming-language", ] categories = [ "compilers", "command-line-utilities", ] license = "MIT" repository = "https://github.com/kaya3/papyri-rs" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "papyri" [dependencies.aho-corasick] version = "0.7.19" [dependencies.arg] version = "0.3.1" features = ["std"] [dependencies.deunicode] version = "1.3.2" [dependencies.fxhash] version = "0.2.1" [dependencies.glob] version = "0.3.0" [dependencies.html5ever] version = "0.26.0" [dependencies.htmlentity] version = "= 1.2.0" [dependencies.indexmap] version = "1.9.1" [dependencies.markup5ever_rcdom] version = "0.2.0" [dependencies.nonmax] version = "0.5.3" [dependencies.normalize-path] version = "0.2.0" [dependencies.once_cell] version = "1.16.0" [dependencies.regex] version = "1.7.0" [dependencies.reqwest] version = "0.11.18" features = ["blocking"] [dependencies.syntect] version = "5.0.0" features = [ "default-syntaxes", "regex-onig", ] optional = true default-features = false [dependencies.walkdir] version = "2.3.2" [features] default = ["syntect"]