# 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 = "cri-ref" version = "0.0.2" authors = ["chrysn "] description = "Embedded-friendly equivalents of URIs" documentation = "https://docs.rs/cri-ref/" readme = "README.md" keywords = [ "url", "coap", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/chrysn/cri-ref" resolver = "2" [dependencies.cbor-diag] version = "=0.1.9" [dependencies.coap-message] version = "^0.2" optional = true [dependencies.coap-numbers] version = "0.1" optional = true [dependencies.minicbor] version = "0.18" [dependencies.no-std-net] version = "0.6" [dev-dependencies.hex] version = "0.4" features = ["serde"] [dev-dependencies.serde] version = "^1" features = ["derive"] [dev-dependencies.serde_json] version = "^1" [features] coap = [ "coap-message", "coap-numbers", ] [badges.gitlab] repository = "chrysn/cri-ref" [badges.maintenance] status = "experimental"