# 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 = "spinel" version = "0.1.0" authors = ["Jake Swensen"] description = "Control networking devices using the Spinel protocol." license = "MPL-2.0" [dependencies.bitflags] version = "2.4.2" [dependencies.bytes] version = "1.5.0" default-features = false [dependencies.cfg-if] version = "1.0.0" [dependencies.crc16] version = "0.4.0" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio-util] version = "0.7.10" features = ["codec"] [dev-dependencies.rand] version = "0.8.5" [features] default = ["std"] std = []