# 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 = "es_runtime" version = "0.1.4" authors = ["Andries Hiemstra"] description = "An API and Utils around the spidermonkey script engine" homepage = "https://github.com/DRFos/es_runtime" documentation = "https://github.com/DRFos/es_runtime" readme = "README.md" keywords = ["script", "javascript", "runtime", "engine", "spidermonkey"] categories = ["development-tools"] license = "GPL-3.0" repository = "https://github.com/DRFos/es_runtime" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.8" [dependencies.lru] version = "0.4.3" [dependencies.mozjs] version = "0.10.1" features = ["debugmozjs"] [dependencies.num_cpus] version = "1.0" [dependencies.rayon] version = "1.3.0" [dependencies.simple-logging] version = "2.0.2" [dependencies.thread-id] version = "3.3.0" [dependencies.uuid] version = "0.8.1" features = ["v4"]