# 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 = "embedded_cylinder" version = "1.0.5" autoexamples = false description = "Cylinder is a library for embedded rust that provides type-safe inter MCU/MPU communication with common protocols like I2C, SPI, and CAN" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/maxall41/cylinder" [lib] proc-macro = true [[example]] name = "basic_non_embedded" path = "examples/non_embedded_basic.rs" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"] [dev-dependencies.trybuild] version = "1.0"