# 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 = "v8-api" version = "0.8.0" authors = ["David Flemström "] description = "A parser for v8.h files to extract a description of the V8 API heuristically. Used in build scripts, for example in v8-sys." homepage = "https://dflemstr.github.io/v8-rs" keywords = ["v8", "javascript", "api"] license = "Apache-2.0" repository = "https://github.com/dflemstr/v8-rs/tree/master/v8-api" [dependencies.clang] version = "0.15.0" features = ["clang_3_5", "runtime"] [dependencies.env_logger] version = "0.6.0" [dependencies.log] version = "0.4.6"