v8 0.47.1

Rust bindings to V8
Documentation
[[example]]
name = "hello_world"

[[example]]
name = "shell"

[[example]]
name = "process"

[[test]]
name = "build"
path = "build.rs"
[build-dependencies.fslock]
version = "0.1.8"

[build-dependencies.which]
version = "4.2.5"
[dependencies.bitflags]
version = "1.3.2"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2.126"
[dev-dependencies.align-data]
version = "0.1.0"

[dev-dependencies.fslock]
version = "0.1.8"

[dev-dependencies.trybuild]
version = "1.0.61"

[dev-dependencies.which]
version = "4.2.5"

[features]
default = ["use_custom_libcxx"]
use_custom_libcxx = []

[package]
authors = ["the Deno authors"]
description = "Rust bindings to V8"
edition = "2021"
exclude = ["*.css", "*.gyp", "*.gypi", "*.html", "*.m4", "*.md", "*.settings", "*.txt", "*OWNERS*", ".*", "AUTHORS", "Doxyfile*", "LICENSE*", "Makefile*", "README*", "build/android/", "build/chromeos/", "build/fuchsia/", "buildtools/checkdeps/", "buildtools/clang_format/", "buildtools/third_party/libc++/trunk/benchmarks/", "buildtools/third_party/libc++/trunk/docs/", "buildtools/third_party/libc++/trunk/lib/", "buildtools/third_party/libc++/trunk/test/", "buildtools/third_party/libc++/trunk/utils/", "buildtools/third_party/libc++/trunk/www/", "buildtools/third_party/libc++abi/trunk/test/", "third_party/icu/android/", "third_party/icu/android_small/", "third_party/icu/cast/", "third_party/icu/chromeos/", "third_party/icu/common/icudtl.dat", "third_party/icu/common/icudtb.dat", "third_party/icu/flutter/", "third_party/icu/ios/", "third_party/icu/patches/", "third_party/icu/source/config/", "third_party/icu/source/data/", "third_party/icu/source/extra/", "third_party/icu/source/io/", "third_party/icu/source/python/", "third_party/icu/source/samples/", "third_party/icu/source/tools/", "third_party/icu/tzres/", "tools/clang", "v8/ChangeLog", "v8/benchmarks/", "v8/docs/", "v8/samples/", "v8/test/", "v8/tools/", "!.gn", "!BUILD.gn", "!tools/clang/scripts/update.py", "!v8/test/torque/test-torque.tq", "!v8/tools/gen-postmortem-metadata.py", "!v8/tools/gen-v8-gn.py", "!v8/tools/js2c.py", "!v8/tools/run.py", "!v8/tools/snapshot/asm_to_inline_asm.py", "!v8/tools/testrunner/utils/dump_build_config.py"]
license = "MIT"
name = "v8"
readme = "README.md"
repository = "https://github.com/denoland/rusty_v8"
resolver = "2"
version = "0.47.1"