# 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 = "urap" version = "0.2.1" description = "Specification and library for the URAP protocol" readme = "README.md" keywords = [ "embedded", "protocol", "unix-sockets", "io", "communication", ] categories = [ "development-tools", "embedded", "no-std", "no-std::no-alloc", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/Gip-Gip/urap" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bytemuck] version = "1.17.1" [dependencies.embedded-io] version = "0.6.1" [features] full = [ "std", "usockets", ] std = ["embedded-io/std"] usockets = ["std"]