simx00x 0.1.0

A no-std and no-alloc driver for SIM800L GSM modules (and probably similar modules)
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "simx00x"
version = "0.1.0"
authors = ["Skilfingr <skilvingr@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no-std and no-alloc driver for SIM800L GSM modules (and probably similar modules)"
documentation = "https://docs.rs/simx00x"
readme = "README.md"
keywords = [
    "embedded-hal",
    "embedded-hal-driver",
    "gsm",
    "sim800",
    "sms",
]
categories = [
    "embedded",
    "no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Skilvingr/rust-simx00x"

[features]
default = []
defmt = [
    "dep:defmt",
    "embedded-io/defmt",
    "heapless/defmt",
]

[lib]
name = "simx00x"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"
required-features = ["embedded-io/std"]

[dependencies.defmt]
version = "1.0.1"
optional = true

[dependencies.embedded-io]
version = "0.7"

[dependencies.heapless]
version = "0.9.2"