# 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 = "munyo" version = "0.8.0" authors = ["juzy "] description = "A data language which aims to be the most efficient way to handwrite data." readme = "readme.md" keywords = [ "DSL", "HTML", "async", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/dochy-ksti/munyorunyoru" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.async-channel] version = "1" [dependencies.num_cpus] version = "1" [dependencies.pest] version = "2" [dependencies.pest_derive] version = "2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.shrink_pool] version = "1" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dev-dependencies.futures] version = "0.3" features = ["executor"]