# 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 = "rusty_v8_m" version = "0.4.6" authors = ["the Deno authors"] exclude = ["*.md", "*.settings", "*.txt", "*OWNERS*", "AUTHORS", "LICENSE*", "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/", "v8/ChangeLog", "v8/benchmarks/", "v8/docs/", "v8/samples/", "v8/test/", "v8/tools/", "!BUILD.gn", "!tools/clang/scripts/update.py", "!v8/test/torque/test-torque.tq", "!v8/tools/gen-postmortem-metadata.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"] description = "Rust bindings to V8" readme = "README.md" license = "MIT" repository = "https://semantic-machines//rusty_v8" [dependencies.bitflags] version = "1.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.69" [dev-dependencies.trybuild] version = "1.0.25" [build-dependencies.cargo_gn] version = "0.0.15" [build-dependencies.which] version = "3.1.1"