2019-10-08 01:56:41 +02:00
|
|
|
[package]
|
2019-10-31 21:01:29 -04:00
|
|
|
name = "rusty_v8"
|
2019-11-19 17:48:50 -05:00
|
|
|
version = "0.0.2"
|
|
|
|
description = "Rust bindings to V8"
|
|
|
|
readme = "README.md"
|
|
|
|
authors = ["the Deno authors"]
|
|
|
|
license = "MIT"
|
2019-10-08 01:56:41 +02:00
|
|
|
edition = "2018"
|
2019-11-19 17:48:50 -05:00
|
|
|
repository = "https://github.com/denoland/rusty_v8"
|
|
|
|
exclude = [
|
|
|
|
".cipd",
|
|
|
|
".gclient_entries",
|
|
|
|
"v8",
|
|
|
|
"build",
|
|
|
|
"buildtools",
|
|
|
|
"tools/clang",
|
|
|
|
"third_party/jinja2",
|
|
|
|
"third_party/markupsafe",
|
|
|
|
"third_party/llvm-build",
|
|
|
|
".landmines",
|
|
|
|
]
|
2019-10-08 01:56:41 +02:00
|
|
|
|
2019-11-15 12:57:34 -05:00
|
|
|
[dependencies]
|
2019-11-15 16:21:34 -08:00
|
|
|
lazy_static = "1.4.0"
|
2019-11-15 12:57:34 -05:00
|
|
|
libc = "0.2.65"
|
|
|
|
|
2019-10-15 18:31:05 -07:00
|
|
|
[build-dependencies]
|
2019-10-31 12:03:44 -04:00
|
|
|
cargo_gn = "0.0.13"
|
|
|
|
which = "3.0.0"
|