# 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 = "tfjs-sys" version = "0.0.1" authors = ["Darin Morrison "] description = "Raw bindings to the tfjs API for projects using wasm-bindgen.\n" readme = "README.md" categories = ["wasm"] license = "Apache-2.0 OR MIT" repository = "https://github.com/interfaces-rs/tfjs-sys" [package.metadata.docs.rs] all-features = true [lib] crate-type = ["cdylib", "rlib"] [dependencies.env_logger] version = "^0.7.0" [dependencies.failure] version = "^0.1.5" [dependencies.js-sys] version = "^0.3.28" features = [] [dependencies.serde] version = "^1.0.101" [dependencies.serde_derive] version = "^1.0.101" [dependencies.sourcefile] version = "^0.1.4" [dependencies.wasm-bindgen] version = "^0.2.51" features = ["serde-serialize", "strict-macro", "nightly"] [dependencies.wasm-bindgen-futures] version = "^0.4.1" [dependencies.wasm-bindgen-webidl] version = "^0.2.51" [dependencies.web-sys] version = "^0.3.28" features = [] [dev-dependencies.wasm-bindgen-test] version = "=0.3.1"