oxigdal-embedded 0.1.3

Embedded systems support for OxiGDAL - no_std compatible geospatial processing for ARM, RISC-V, and ESP32
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"
rust-version = "1.85"
name = "oxigdal-embedded"
version = "0.1.3"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded systems support for OxiGDAL - no_std compatible geospatial processing for ARM, RISC-V, and ESP32"
homepage = "https://github.com/cool-japan/oxigdal"
documentation = "https://docs.rs/oxigdal-embedded"
readme = "README.md"
keywords = [
    "gdal",
    "science",
    "embedded",
    "no-std",
    "arm",
]
categories = [
    "science",
    "embedded",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxigdal"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
alloc = [
    "serde/alloc",
    "oxigdal-core/alloc",
]
arm = []
default = ["alloc"]
esp32 = []
low-power = []
minimal = []
realtime = []
riscv = []
sleep-modes = ["low-power"]
static-pool = ["alloc"]
std = [
    "thiserror/std",
    "serde/std",
    "oxigdal-core/std",
]

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

[[example]]
name = "minimal_usage"
path = "examples/minimal_usage.rs"

[dependencies.byteorder]
version = "1"

[dependencies.critical-section]
version = "1"

[dependencies.embedded-hal]
version = "1"

[dependencies.heapless]
version = "0.9"

[dependencies.libm]
version = "0.2"

[dependencies.num-traits]
version = "0.2"

[dependencies.oxigdal-core]
version = "0.1"

[dependencies.portable-atomic]
version = "1"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dev-dependencies.proptest]
version = "1"

[lints.clippy]
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
expect_used = "warn"
manual_midpoint = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
panic = "deny"
similar_names = "allow"
suboptimal_flops = "allow"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_code = "warn"