# 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 = "orouter-wireless" version = "0.1.1" authors = ["Overline developers dev@overline.network"] description = "Implementation of wireless protocol for Overline network" readme = "README.md" license = "MIT" repository = "https://github.com/overliner/orouter-wireless" [[bin]] name = "print_sample" path = "src/bin/print_sample.rs" required-features = ["__internal_binary"] [dependencies.anyhow] version = "1.0.75" optional = true [dependencies.base64] version = "0.21.4" optional = true [dependencies.clap] version = "4.4.6" features = ["derive"] optional = true [dependencies.crc16] version = "0.4.0" [dependencies.defmt] version = "0.3.2" optional = true [dependencies.heapless] version = "0.7" optional = true [dependencies.hex] version = "0.4.3" optional = true [dependencies.log] version = "0.4.14" optional = true [dependencies.rand] version = "0.7" features = ["small_rng"] optional = true default-features = false [features] __internal_binary = [ "clap", "anyhow", "base64", "hex", ] default = ["std"] no_std = [ "heapless", "defmt", ] std = [ "log", "rand", ]