# 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-cellular-rs" version = "0.4.0" authors = ["Mathias Koch "] description = "Driver crate for u-blox cellular devices, implementation follows 'UBX-13002752 - R65'" readme = "../README.md" keywords = ["arm", "cortex-m", "ublox", "cellular"] categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/BlackbirdHQ/ublox-cellular-rs" [lib] name = "ublox_cellular" doctest = false [dependencies.atat] version = "0.13.0" features = ["derive", "defmt"] [dependencies.defmt] version = "^0.2" [dependencies.embedded-hal] version = "1.0.0-alpha.4" [dependencies.embedded-nal] version = "0.6.0" [dependencies.embedded-time] version = "0.11.0" [dependencies.hash32] version = "^0.2.1" [dependencies.hash32-derive] version = "^0.1.0" [dependencies.heapless] version = "^0.7" features = ["serde"] [dependencies.heapless-bytes] version = "0.3.0" [dependencies.nb] version = "^1" [dependencies.no-std-net] version = "^0.5" features = ["serde"] [dependencies.serde] version = "^1" features = ["derive"] default-features = false [dependencies.serde_bytes] version = "^0.11" default-features = false [features] default = ["toby-r2", "socket-udp", "socket-tcp"] defmt-debug = [] defmt-default = [] defmt-error = [] defmt-info = [] defmt-trace = [] defmt-warn = [] lara-r2 = [] leon-g1 = [] lisa-u2 = [] mpci-l2 = [] sara-g3 = [] sara-g4 = [] sara-u1 = [] sara-u2 = ["upsd-context-activation"] socket-tcp = [] socket-udp = [] toby-l2 = [] toby-r2 = [] topy-l4 = [] upsd-context-activation = []