# 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 = "ross-bootloader" version = "1.2.0" authors = ["Linas Nikiperavičius "] description = "Bootloader for the Rusty Old Smart System" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/linasdev/ross-bootloader" [dependencies.alloc-cortex-m] version = "0.4.1" [dependencies.bxcan] version = "0.4.0" [dependencies.cortex-m] version = "0.7.3" [dependencies.cortex-m-rt] version = "0.6.15" [dependencies.eeprom24x] version = "0.3.0" [dependencies.embedded-hal] version = "0.2.5" [dependencies.nb] version = "1.0.0" [dependencies.panic-itm] version = "0.4.2" [dependencies.ross-eeprom] version = "1.12.0" [dependencies.ross-logger] version = "1.5.0" [dependencies.ross-protocol] version = "1.18.0" [dependencies.stm32f1xx-hal-bxcan] version = "0.8.0" features = ["rt", "stm32f103", "medium"]