Documentation
[package]

name = "unmp"

version = "0.7.3"

authors = ["rise0chen <rise0chen@163.com>"]

description = "unmp"

documentation = "https://docs.rs/unmp"

homepage = "https://unmp.crise.cn"

repository = "https://gitee.com/unmp/unmp.rust.git"

readme = "./README.md"

keywords = ["unmp", "iot"]

categories = ["embedded"]

license-file = "LICENSE"

edition = "2018"



[dependencies]

cfg-if = "1.0"

unmp-id = { version = "2.0.0" }

unmp-link = { version = "0.7.0", path = "../unmp-link" }

crc16 = "^0.4.0"

log = { version = "0.4", default-features = false }

getrandom = { version = "0.2", features = ["custom"] }

futures-util = { version = "0.3.13", default-features = false }

futures-intrusive = { version = "0.4.0", default-features = false, features = ["alloc"] }

fixed-queue = {version = "^0.3.0"}

task-stream = {version = "^0.3.0"}

spin = "0.9"



[features]

default = []

role_center = []

role_router = []

role_client = []