# 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-firmware" version = "1.5.0" authors = ["Linas Nikiperavičius "] description = "Firmware for the Rusty Old Smart System" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/linasdev/ross-firmware" [profile.release] opt-level = "z" lto = true [lib] name = "ross_firmware" path = "src/lib.rs" [[bin]] name = "ross-programmer-firmware" path = "src/bin/ross-programmer/bin.rs" [[bin]] name = "ross-bcm-24-firmware" path = "src/bin/ross-bcm-24/bin.rs" [[bin]] name = "ross-button-4-firmware" path = "src/bin/ross-button-4/bin.rs" [[bin]] name = "ross-relay-4-firmware" path = "src/bin/ross-relay-4/bin.rs" [dependencies.alloc-cortex-m] version = "0.4.1" [dependencies.bxcan] version = "0.4.0" [dependencies.chrono] version = "0.4.19" default-features = false [dependencies.cortex-m] version = "0.7.3" [dependencies.cortex-m-rt] version = "0.6.15" [dependencies.debouncr] version = "0.2.2" [dependencies.eeprom24x] version = "0.3.0" [dependencies.embedded-hal] version = "0.2.5" [dependencies.nb] version = "1.0.0" [dependencies.palette] version = "0.6.0" features = ["libm"] default-features = false [dependencies.panic-itm] version = "0.4.2" [dependencies.ross-config] version = "2.22.0" [dependencies.ross-eeprom] version = "1.14.0" [dependencies.ross-logger] version = "1.6.0" [dependencies.ross-protocol] version = "1.34.0" [dependencies.stm32f1xx-hal-bxcan] version = "0.8.0" features = ["rt", "stm32f103", "medium"]