### Describe the Bug See the descriptive Cargo warning message: > warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies ### Steps to Reproduce ``` wasm-pack build ```