# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "plyr" version = "0.0.4" authors = ["Asami "] description = "Rust bindings for plyr" readme = "README.md" keywords = [ "web", "javascript", "player", "plyr", ] categories = [ "api-bindings", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/deepgreenAN/plyr-rs" [package.metadata.docs.rs] all-features = true [dependencies.js-sys] version = "^0.3" [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [dependencies.serde-wasm-bindgen] version = "^0.4" optional = true [dependencies.strum] version = "^0.24" [dependencies.strum_macros] version = "^0.24" [dependencies.thiserror] version = "^1.0" [dependencies.typed-builder] version = "^0.11" optional = true [dependencies.wasm-bindgen] version = "^0.2" [dependencies.wasm-bindgen-futures] version = "^0.4" optional = true [dependencies.web-sys] version = "^0.3" features = [ "HtmlElement", "NodeList", "HtmlButtonElement", "CustomEvent", ] [dev-dependencies.serde_json] version = "^1.0" [features] cdn = [] future = ["dep:wasm-bindgen-futures"] html5 = ["future"] options = [ "dep:serde", "dep:serde-wasm-bindgen", "typed-builder", ]