# 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 = "smoltcp-slip" version = "0.4.0" authors = ["Romain Déoux "] description = "SLIP network interface on top of smoltcp" readme = "README.md" keywords = [ "slip", "smoltcp", ] categories = [ "embedded", "network-programming", "no-std", ] license = "MIT" repository = "https://codeberg.org/koneko/smoltcp-slip.git" [dependencies.embedded-hal-nb] version = "1.0.0" [dependencies.log] version = "0.4.20" [dependencies.nb] version = "1.1.0" [dependencies.serial-line-ip] version = "0.5.0" [dependencies.smoltcp] version = "0.11.0" [dev-dependencies.embedded-hal-mock] version = "0.10.0" [dev-dependencies.linux-embedded-hal] version = "0.4.0" [dev-dependencies.simple_logger] version = "4.3.3"