# 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 = "rpi-mailbox" version = "0.3.0" authors = ["eldesh "] description = "An interface of the `mailbox` which is a low level interface of the RaspberryPi." homepage = "https://github.com/Idein/rpi-mailbox" documentation = "https://docs.rs/rpi-mailbox" readme = "Readme.md" keywords = ["raspberrypi"] license = "Apache-2.0" repository = "https://github.com/Idein/rpi-mailbox" [dependencies.bitflags] version = "2.2" [dependencies.chrono] version = "0.4" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.26" [dependencies.thiserror] version = "1.0"