# 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 = "cargo-tools" version = "0.1.0" authors = ["Victor Dudochkin "] description = "Meta-build Cargo tools" homepage = "https://angular-rust.github.io/cargo-tools" documentation = "https://docs.rs/cargo-tools" readme = "README.md" categories = ["command-line-utilities", "development-tools::cargo-plugins"] license = "GPL-3.0" repository = "https://github.com/angular-rust/cargo-tools" [dependencies.cairo-rs] version = "0.9" features = ["png"] optional = true [dependencies.gloo] version = "0.2" optional = true [dependencies.js-sys] version = "0.3" optional = true [dependencies.log] version = "0.4" [dependencies.png] version = "0.16" optional = true [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.wasm-bindgen-futures] version = "0.4" optional = true [dependencies.wasm-bindgen-test] version = "0.3" optional = true [dependencies.wasm-logger] version = "0.2" optional = true [dependencies.web-sys] version = "0.3" features = ["KeyboardEvent", "ValidityState", "CustomEvent", "Node", "Element", "HtmlElement", "Window", "Document"] optional = true [dev-dependencies] [features] cairo = ["cairo-rs", "png"] default = ["cairo"] web = ["wasm-bindgen", "wasm-bindgen-futures", "wasm-logger", "gloo", "js-sys", "wasm-bindgen-test"] [badges.maintenance] status = "actively-developed"