# 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 = "2018" name = "ezo_i2c_rs" version = "0.2.0" authors = ["D'mitri Joseph "] description = "ezo_i2c_rs provides a simple interface to interact with Atlas Scientific Ezo Devices, using the I2C protocol." homepage = "https://github.com/dmitrijoseph/ezo_i2c_rs" keywords = [ "hal", "embedded-hal-driver", "Atlas-Scientific", "Ezo", "I2C", ] categories = [ "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/dmitrijoseph/ezo_i2c_rs" [dependencies.embedded-hal] version = "0.2.4" [dependencies.thiserror] version = "1.0.20" [dev-dependencies.linux-embedded-hal] version = "0.3.0"