# 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 = "ux-barcode" version = "0.1.1" authors = ["Victor Dudochkin ", "Maksim Makarov "] description = "Barcode for Angular Rust" homepage = "https://angular-rust.github.io/ux-barcode" documentation = "https://docs.rs/ux-barcode" readme = "README.md" keywords = ["webassembly", "gtk", "cairo", "canvas", "barcode"] categories = ["multimedia", "wasm", "web-programming", "gui", "visualization"] license = "MPL-2.0" repository = "https://github.com/angular-rust/ux-barcode" [lib] name = "charts" [dependencies.cairo-rs] version = "0.9" optional = true [dependencies.gloo] version = "0.2" optional = true [dependencies.js-sys] version = "0.3" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.ux-animate] version = "0.1" default-features = false [dependencies.ux-dataflow] version = "0.1" [dependencies.ux-primitives] version = "0.1" features = ["canvas"] [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", "CanvasRenderingContext2d", "TextMetrics", "HtmlCanvasElement", "HtmlImageElement", "SvgImageElement", "HtmlVideoElement", "ImageBitmap", "CanvasWindingRule", "Path2d", "CanvasPattern", "CanvasGradient", "HitRegionOptions", "ImageData", "DomMatrix"] optional = true [dev-dependencies] [build-dependencies] [features] cairo = ["cairo-rs", "ux-animate/cairo"] web = ["wasm-bindgen", "wasm-bindgen-futures", "wasm-logger", "gloo", "js-sys", "wasm-bindgen-test", "web-sys", "ux-animate/web"] [badges.maintenance] status = "actively-developed"