# 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 = "sunset-embassy" version = "0.2.0" description = "async wrapper for Sunset SSH" readme = "README.md" categories = [ "network-programming", "embedded", "no-std", ] license = "0BSD" repository = "https://github.com/mkj/sunset" [dependencies.atomic-polyfill] version = "1.0" [dependencies.defmt] version = "0.3" optional = true [dependencies.embassy-futures] version = "0.1" [dependencies.embassy-sync] version = "0.5" [dependencies.embedded-io-async] version = "0.6" [dependencies.log] version = "0.4" [dependencies.pin-utils] version = "0.1" [dependencies.sunset] version = "0.2.0" features = ["embedded-io"] [features] defmt = ["dep:defmt"]