# 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 = "u32err" version = "0.1.1" authors = ["David Shlemayev "] description = "A neat error type for FFI functions (where non-zero = failure)" homepage = "https://github.com/Wazzaps/u32err/" readme = "README.md" keywords = [ "error", "error-handling", "failure", "no-std", "no-alloc", ] categories = [ "embedded", "no-std", "rust-patterns", ] license = "MIT" repository = "https://github.com/Wazzaps/u32err/" resolver = "2" [dependencies]