# 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 = "zscript_parser" version = "0.2.0" authors = ["Gutawer"] description = "A parser for GZDoom ZScript" license = "MIT" resolver = "2" [dependencies.bitflags] version = "1.3.2" [dependencies.once_cell] version = "1.9.0" [dependencies.parking_lot] version = "0.11.2" [dependencies.rayon] version = "1.5.1" optional = true [dependencies.serde] version = "1.0.133" features = ["derive"] optional = true [dependencies.str-utils] version = "0.1.5" [dependencies.unicode-width] version = "0.1.9" [dependencies.vec1] version = "1.8.0" [dependencies.walkdir] version = "2.3.2" optional = true [features] default = [] gzd_folder_filesystem = ["walkdir"] multithreaded = ["rayon"] serialize = [ "serde", "vec1/serde", ] [target."cfg(target_arch = \"wasm32\")".dependencies.parking_lot] version = "0.11.2" features = ["wasm-bindgen"]