# 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 = "gs2compiler" version = "0.1.0" build = "build.rs" exclude = [ "scripts", ".npmrc", "package-lock.json", "package.json", "lib", "bin", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Compile GS2 source code to bytecode" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/xtjoeytx/gs2-parser" [lib] name = "gs2compiler" path = "src/lib.rs" [[test]] name = "compile_test" path = "tests/compile_test.rs" [dependencies.libc] version = "0.2.155" [build-dependencies.cmake] version = "0.1" [features] compile_from_source = [] default = ["compile_from_source"]