[package] name = "gs2compiler" version = "0.1.0" edition = "2021" build = "build.rs" license-file = "LICENSE" description = "Compile GS2 source code to bytecode" repository = "https://github.com/xtjoeytx/gs2-parser" readme = "README.md" website = "https://www.preagonal.net/" exclude = ["scripts", ".npmrc", "package-lock.json", "package.json", "lib", "bin"] [dependencies] libc = "0.2.155" [features] default = ["compile_from_source"] # Compile the C++ code from source without using the precompiled library compile_from_source = [] [build-dependencies] cmake = "0.1"