# 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 = "w7500x-pac" version = "0.2.0" authors = ["Georges Palauqui "] include = ["Cargo.toml", "**/*.rs", "generate.sh", "W7500x.svd", "README.md", "LICENSE", "device.x"] description = "Peripheral Access Crate for Wiznet's W7500x microcontrollers" keywords = ["w7500", "wiznet", "svd2rust", "peripherals"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT" repository = "https://github.com/GPTechinno/W7500x-pac" [dependencies.cortex-m] version = "0.7.6" [dependencies.cortex-m-rt] version = "0.6.13" optional = true [dependencies.critical-section] version = "1.0" optional = true [dependencies.vcell] version = "0.1.2" [features] rt = ["cortex-m-rt/device"]