# 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 = "ublox-core" version = "0.1.0" authors = ["Todd Stellanova "] description = "Ublox M8 driver for embedded hal" readme = "README.md" keywords = ["embedded-hal-driver", "UBLOX", "GPS", "GNSS", "M8"] categories = ["embedded", "hardware-support", "no-std"] license = "BSD-3-Clause" repository = "https://github.com/tstellanova/ublox-core" [[example]] name = "serial_dump" [[example]] name = "monitor" [dependencies.embedded-hal] version = "0.2.3" features = ["unproven"] [dependencies.nb] version = "0.1.2" [dependencies.shufflebuf] version = "0.1.0" [dev-dependencies.arrayvec] version = "0.5.1" default-features = false [dev-dependencies.cortex-m] version = "0.6.0" [dev-dependencies.cortex-m-rt] version = "0.6.10" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.panic-semihosting] version = "0.5.3" [dev-dependencies.stm32h7] version = "0.10.0" features = ["stm32h743"]