# 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 = "ncvm" version = "0.0.2" authors = ["Timofey Kirichenko"] exclude = [ ".target/*", "Cargo.lock", "examples/*", ] description = "Scripting virtual machine. IN DEV!!!" readme = "README.md" license = "MIT" repository = "https://github.com/Apsapeh/ncvm_rust" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false strip = true [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cc] version = "1.0" [features]