# 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 = "hc14-at-rs" version = "0.2.3" authors = ["Auroot <2763833502@qq.com>"] description = "An embedded-hal driver for the HC-14 serial transceiver module." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/auroots/hc14-at-rs" [profile.dev.package."*"] opt-level = "s" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 0 incremental = false [dependencies.alloc-cortex-m] version = "0.4.4" [dependencies.at-commands] version = "0.5.4" [dependencies.cortex-m] version = "0.7.7" [dependencies.cortex-m-rt] version = "0.7.3" [dependencies.cortex-m-semihosting] version = "0.5.0" [dependencies.embedded-hal] version = "0.2.7" [dependencies.heapless] version = "0.7" [dependencies.nb] version = "1.1.0" [dependencies.num-derive] version = "0.4.1" [dependencies.num-traits] version = "0.2.17" default-features = false [dependencies.panic-halt] version = "0.2.0" [dependencies.stm32f1xx-hal] version = "0.10.0" features = [ "stm32f103", "rt", ]