# 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 = "2018" name = "embed_rs" version = "0.1.0" authors = ["jiaohao xiang"] description = "A template for embedded Rust projects" homepage = "https://github.com/jiahaoxiang2000/embed_rs" documentation = "https://docs.rs/embed_rs" readme = "readme.md" license = "MIT" repository = "https://github.com/jiahaoxiang2000/embed_rs" [profile.release] lto = true codegen-units = 1 debug = 2 [[bin]] name = "embed_rs" test = false bench = false [dependencies.cortex-m] version = "0.7.7" [dependencies.cortex-m-rt] version = "0.7.3" [dependencies.cortex-m-semihosting] version = "0.5.0" [dependencies.panic-halt] version = "0.2.0" [dependencies.panic-semihosting] version = "0.6.0" [dependencies.stm32l4] version = "0.15.1" features = ["stm32l4x6"]