# 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 = "node-rs" version = "0.1.4" authors = ["Andrew Gaspar "] description = "Rust bindings for node.js using stdweb" homepage = "https://github.com/AndrewGaspar/node-rs" documentation = "https://docs.rs/node-rs/*/" readme = "README.md" keywords = ["web", "nodejs", "wasm", "webasm", "javascript"] categories = ["api-bindings", "web-programming"] license = "MIT" repository = "https://github.com/AndrewGaspar/node-rs" [package.metadata.docs.rs] all-features = false features = ["docs-rs"] no-default-features = true [dependencies.stdweb] version = "0.4.9" default-features = false [dependencies.stdweb-derive] version = "0.5.0" [features] docs-rs = ["stdweb/docs-rs"]