# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "jsyc-compiler" version = "0.1.0" authors = ["Johannes Willbold "] description = "Rusty-JSYC (JavaScript bYtecode Compiler) is a JavaScript-To-Bytecode compiler written in Rust. The bytecode is meant to be used in conjunction with the provided virtual machine (https://github.com/jwillbold/rusty-jsyc/blob/master/vm/vm.js) written in JavaScript. In combination they form the components for a virtualization obfuscation." readme = "../README.md" keywords = ["javascript", "obfuscation", "virtualization", "compiler"] categories = [] license = "LGPL-3.0-only" repository = "https://github.com/jwillbold/rusty-jsyc" [dependencies.base64] version = "~0.10" [dependencies.resast] version = "~0.2.1" [dependencies.ressa] version = "~0.5.2" [badges.codecov] branch = "master" repository = "jwillbold/rusty-jsyc" service = "github" [badges.travis-ci] branch = "master" repository = "jwillbold/rusty-jsyc"