# 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 = "2018" name = "bugsalot" version = "0.2.2" authors = ["MaulingMonkey "] include = ["/src/**/*", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE", "/Readme.md"] description = "Debugging macros and APIs for shipping stable codebases." documentation = "https://docs.rs/bugsalot/" readme = "Readme.md" keywords = ["debug", "macros"] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/MaulingMonkey/bugsalot" [features] default = [] stdweb = ["stdweb0"] wasm-bindgen = ["wasm_bindgen", "js-sys"] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.stdweb0] version = "0.4" optional = true package = "stdweb" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm_bindgen] version = "0.2" optional = true package = "wasm-bindgen"