# 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 = "mlua-crc16" version = "1.0.3" authors = ["David Rauschenbach <david@megalithic.llc>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust-native implementation of luarocks.org/modules/youlu/luacrc16 for mlua" homepage = "https://on-prem.net" readme = "README.md" keywords = ["lua"] categories = ["api-bindings"] license = "MIT" repository = "https://gitlab.com/megalithic-llc/mlua-crc16.git" [lib] name = "mlua_crc16" path = "src/lib.rs" [dependencies.crc16] version = "0.4.0" [dependencies.mlua] version = "0.10.0" [features] lua51 = [ "mlua/lua51", "mlua/vendored", ] lua52 = [ "mlua/lua52", "mlua/vendored", ] lua53 = [ "mlua/lua53", "mlua/vendored", ] lua54 = [ "mlua/lua54", "mlua/vendored", ] luajit = [ "mlua/luajit", "mlua/vendored", ] luajit52 = [ "mlua/luajit52", "mlua/vendored", ]