v8 0.6.0

High-level bindings to V8, the Javascript engine
[package]
authors = ["David Flemström <david.flemstrom@gmail.com>"]
description = "High-level bindings to V8, the Javascript engine"
documentation = "https://dflemstr.github.io/v8-rs/v8/index.html"
homepage = "https://dflemstr.github.io/v8-rs"
keywords = ["v8", "javascript", "js", "ecmascript", "google"]
license = "Apache-2.0"
name = "v8"
repository = "https://github.com/dflemstr/v8-rs"
version = "0.6.0"

[dependencies]
error-chain = "0.5.0"
lazy_static = "0.2.1"
v8-sys = { version = "0.12.0", path = "v8-sys" }

[features]
shared = ["v8-sys/shared"]
unstable = []