# 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 = "can_aerospace_lite" version = "0.1.3" authors = ["Talha Can Havadar "] description = "A lite version of CAN Aerospace Implementation according to 'Interface specification for airborne CAN applications V 1.7'" homepage = "https://github.com/Badger-Embedded/CANaerospace-Lite" readme = "README.md" keywords = ["canbus", "aerospace", "embedded"] categories = ["embedded", "network-programming"] license = "LGPL-3.0-only" repository = "https://github.com/Badger-Embedded/CANaerospace-Lite" [package.metadata.docs.rs] all-features = true [[example]] name = "hello" [[example]] name = "linux" [dependencies.bxcan] version = ">=0.4, <0.6" optional = true [dependencies.embedded-hal] version = "0.2.3" [dependencies.heapless] version = "0.7.4" [dev-dependencies.cortex-m] version = "0.7.3" [dev-dependencies.cortex-m-rt] version = "0.6.15" [dev-dependencies.cortex-m-rtic] version = "0.5" [dev-dependencies.embedded-hal] version = "0.2.3" [dev-dependencies.nb] version = "1.0.0" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.socketcan] version = "1.7.0" [features] bxcan-support = ["bxcan"] ids-standard = []