# 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 = "verdigris" version = "0.2.0" authors = ["chrysn "] description = "Browser application to explore, learn and debug CoAP" readme = "README.md" keywords = [ "coap", "iot", "browser", ] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/chrysn/verdigris" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1" [dependencies.coap-handler-implementations] version = ">= 0.1, < 0.4" [dependencies.coap-message] version = "^0.2.0" features = ["alloc"] [dependencies.coap-message-demos] version = "0.3.0" features = [ "alloc", "with-log", ] default-features = false [dependencies.coap-message-utils] version = "^0.2.0" [dependencies.coap-numbers] version = "0.1.1" [dependencies.comrak] version = "^0.18" default-features = false [dependencies.console_error_panic_hook] version = "^0.1" [dependencies.console_log] version = "^0.2" [dependencies.heapless] version = "0.6" [dependencies.hex] version = "^0.4" [dependencies.js-sys] version = "^0.3" [dependencies.log] version = "^0.4" [dependencies.serde_cbor] version = "0.11" features = ["std"] [dependencies.uriparse] version = "^0.6.2" [dependencies.uuid] version = "^0.8" features = [ "v4", "wasm-bindgen", ] default_features = false [dependencies.wasm-bindgen] version = "^0.2" [dependencies.wasm-bindgen-futures] version = "^0.4" [dependencies.web-sys] version = "^0.3" features = [ "Navigator", "Bluetooth", "RequestDeviceOptions", "BluetoothDevice", "BluetoothRemoteGattServer", "BluetoothRemoteGattService", "BluetoothRemoteGattCharacteristic", "BluetoothLeScanFilterInit", ] [dependencies.yew] version = "^0.17" [dependencies.yew-router] version = "^0.14" [dependencies.yewtil] version = "^0.4" [build-dependencies.built] version = "^0.6" features = ["git2"] [badges.gitlab] repository = "chrysn/verdigris"