Rust编写的JavaScript引擎,该项目是一个试验性质的项目。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
917 B

[package]
name = "boa_tester"
version = "0.13.0"
authors = ["boa-dev"]
description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language."
repository = "https://github.com/boa-dev/boa"
keywords = ["javascript", "compiler", "test262", "tester", "js"]
categories = ["parser-implementations", "wasm"]
license = "Unlicense/MIT"
exclude = ["../.vscode/*", "../Dockerfile", "../Makefile", "../.editorConfig"]
edition = "2021"
rust-version = "1.56"
[features]
vm = ["Boa/vm"]
[dependencies]
Boa = { path = "../boa" }
structopt = "0.3.25"
serde = { version = "1.0.130", features = ["derive"] }
serde_yaml = "0.8.21"
Bump serde_json from 1.0.69 to 1.0.70 (#1713) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.69 to 1.0.70. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.70</h2> <ul> <li>Add <code>serde_json::Map::retain</code> method (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/822">#822</a>, thanks <a href="https://github.com/deankarn"><code>@​deankarn</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/a050481b852b643ba4992a60eee8e51dd22314ff"><code>a050481</code></a> Release 1.0.70</li> <li><a href="https://github.com/serde-rs/json/commit/24f85d2ecf3701a9c4aceae0700ef691325fb04a"><code>24f85d2</code></a> Reorder Map::retain to keep keys() and values() adjacent</li> <li><a href="https://github.com/serde-rs/json/commit/37da27fc77e875348d444831aba005cb3dd66fee"><code>37da27f</code></a> Merge pull request 822 from deankarn/master</li> <li><a href="https://github.com/serde-rs/json/commit/2e5b9909959f2e315e00c9bd7a0f83f3d54c119b"><code>2e5b990</code></a> Merge branch 'master' of github.com:deankarn/json</li> <li><a href="https://github.com/serde-rs/json/commit/debd7d07fc7bfb064b8a704cd9ef2f6f207f66db"><code>debd7d0</code></a> remove duplicate function</li> <li><a href="https://github.com/serde-rs/json/commit/9e36f611dbc37498a89fcbf43e01b2a9a2312c18"><code>9e36f61</code></a> Update build.rs</li> <li><a href="https://github.com/serde-rs/json/commit/68d3b45c9766f8a36b278eabc870e8232128f83d"><code>68d3b45</code></a> fix function signature</li> <li><a href="https://github.com/serde-rs/json/commit/29a58a3077456600da25ab079476f1248ed9d6d3"><code>29a58a3</code></a> don't include indexmap retain without BTreeMap retain</li> <li><a href="https://github.com/serde-rs/json/commit/eaa1a319c0a4712d3e8669775dd4880efbcfbcdf"><code>eaa1a31</code></a> fix no_btreemap_retain name</li> <li><a href="https://github.com/serde-rs/json/commit/09c589243374d8eb10c885031c0f6ff29ac377e0"><code>09c5892</code></a> test order</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.69...v1.0.70">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.69&new-version=1.0.70)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
3 years ago
serde_json = "1.0.70"
bitflags = "1.3.2"
regex = "1.5.4"
once_cell = "1.8.0"
colored = "2.0.0"
fxhash = "0.2.1"
Bump git2 from 0.13.23 to 0.13.24 (#1715) Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.23 to 0.13.24. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/git2-rs/commit/6f3905dcc80b6e01988cd96b66a54b261725c454"><code>6f3905d</code></a> Bump versions</li> <li><a href="https://github.com/rust-lang/git2-rs/commit/979d2d542a67503d4bd5467bba1aca2bfdfce4ed"><code>979d2d5</code></a> Mark <code>OdbReader</code> and <code>OdbWriter</code> <code>Send</code> (<a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/765">#765</a>)</li> <li><a href="https://github.com/rust-lang/git2-rs/commit/33b14ce7f1da2b3b4c5452cf1a7fe52c8194db7b"><code>33b14ce</code></a> Make <code>Odb</code> <code>Send</code> and <code>Sync</code> (<a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/763">#763</a>)</li> <li><a href="https://github.com/rust-lang/git2-rs/commit/494964727ff77fe0699f8062585e3bd16f466464"><code>4949647</code></a> Consistently derive Copy, Clone, Debug, PartialEq, and Eq for types (<a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/764">#764</a>)</li> <li><a href="https://github.com/rust-lang/git2-rs/commit/2afab9f0845d803fea41dd184edd5143595548b1"><code>2afab9f</code></a> Derive <code>Debug</code> for <code>IndexEntry</code>, <code>IndexTime</code>, and <code>Time</code> (<a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/762">#762</a>)</li> <li><a href="https://github.com/rust-lang/git2-rs/commit/4461b171f6a988f1b9a37e30addb82f7bf139454"><code>4461b17</code></a> Add binding for <code>git_message_trailers</code> (<a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/749">#749</a>)</li> <li><a href="https://github.com/rust-lang/git2-rs/commit/43486948d51a4bf9303dc29a448327298807b28b"><code>4348694</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/git2-rs/issues/756">#756</a> from saimen/fix-diffstat-doc-typo</li> <li><a href="https://github.com/rust-lang/git2-rs/commit/37f581a8c683e79ca0d653fe2f4f77319d27c97a"><code>37f581a</code></a> Fix <code>DiffStat</code> doc typo</li> <li>See full diff in <a href="https://github.com/rust-lang/git2-rs/compare/0.13.23...0.13.24">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=git2&package-manager=cargo&previous-version=0.13.23&new-version=0.13.24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
3 years ago
git2 = "0.13.24"
hex = "0.4.3"
num-format = "0.4.0"
gc = { version = "0.4.1", features = ["derive"] }
rayon = "1.5.1"