# 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 = "luac-parser" version = "0.5.2" include = [ "/src", "README.md", ] description = "lua bytecode parser" documentation = "https://docs.rs/luac-parser" readme = "README.md" keywords = [ "lua", "bytecode", "parser", "luajit", "luau", ] license = "MIT" repository = "https://github.com/metaworm/luac-parser-rs" [dependencies.bincode] version = "2.0.0-rc" features = ["serde"] [dependencies.bitflags] version = "2" [dependencies.log] version = "0.4" [dependencies.nom] version = "7" [dependencies.nom-leb128] version = "0.2" [dependencies.nom-supreme] version = "0.8" [dependencies.rmp-serde] version = "1" optional = true [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_bytes] version = "0.11" [features] default = ["rmp-serde"]