# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "junctor" version = "0.0.1" authors = ["Ana Hobden "] description = "Nothing quite yet!" license = "MIT OR Apache-2.0" [profile.dev] opt-level = "z" lto = "fat" codegen-units = 1 debug = 1 debug-assertions = true overflow-checks = false incremental = false [profile.dev.build-override] opt-level = 0 codegen-units = 8 debug = false debug-assertions = false overflow-checks = false [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 1 debug-assertions = false overflow-checks = false incremental = false [profile.release.build-override] opt-level = 0 codegen-units = 8 debug = false debug-assertions = false overflow-checks = false [dependencies.cortex-m] version = "0.6.2" [dependencies.cortex-m-rt] version = "0.6.12" [dependencies.heapless] version = "0.5.5" [dependencies.log] version = "0.4.8"