# 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 = "soft-i2c" version = "0.1.1" authors = ["Merisy-Thing "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Soft i2c for any open drain pin" readme = "README.md" keywords = [ "embedded", "i2c", "iic", "soft-i2c", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/Merisy-Thing/rust_hal_with_c_sdk_framework/tree/main/soft-i2c" [lib] name = "soft_i2c" path = "src/lib.rs" [dependencies.embedded-hal] version = "1.0.0"