# 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] name = "chakracore" version = "0.2.0" authors = ["Elliott Linder "] description = "High-level bindings to JRST, the ChakraCore API" homepage = "https://github.com/darfink/chakracore-rs" documentation = "https://docs.rs/chakracore" keywords = ["jrst", "javascript", "js", "ecmascript", "chakracore"] license = "MIT" repository = "https://github.com/darfink/chakracore-rs" [dependencies.error-chain] version = "0.10.0" [dependencies.libc] version = "0.2" [dependencies.boolinator] version = "2.4.0" [dependencies.chakracore-sys] version = "0.2" [dependencies.anymap] version = "0.12.1" [dev-dependencies.matches] version = "0.1" [features] unstable = [] static = ["chakracore-sys/static"]