# 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 = "enc424j600" version = "0.4.0" authors = [ "Harry Ho ", "Dip Cheung ", ] description = "Embbeded Rust Ethernet driver for ENC424J600 Ethernet controller with SPI interface" readme = "README.md" keywords = [ "ethernet", "eth", "enc424j600", "stm32", "stm32f4xx", ] categories = [ "embedded", "no-std", ] license = "BSD-2-Clause" repository = "https://git.m-labs.hk/M-Labs/ENC424J600" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 2 incremental = false [dependencies.aligned] version = "0.3" [dependencies.embedded-hal] version = "1" [dependencies.smoltcp] version = "0.7.0" features = [ "socket-raw", "proto-ipv4", "proto-ipv6", "socket-tcp", "ethernet", ] optional = true default-features = false [dependencies.volatile-register] version = "0.2" [features] default = [] smoltcp-phy = ["smoltcp"]