msrt-ffi 0.1.0

C ABI bindings for MSRT.
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 = "msrt-ffi"
version = "0.1.0"
authors = ["Atlas Orein <gamesworldcraft@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "README.md",
    "include/**",
    "src/**",
    "examples/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C ABI bindings for MSRT."
homepage = "https://github.com/atlas-orien/msrt-adapters"
documentation = "https://docs.rs/msrt-ffi"
readme = "README.md"
keywords = [
    "msrt",
    "ffi",
    "c",
    "serial",
    "embedded",
]
categories = [
    "api-bindings",
    "embedded",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/atlas-orien/msrt-adapters"

[features]
default = ["std"]
std = ["msrt/std"]

[lib]
name = "msrt_ffi"
crate-type = [
    "staticlib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.msrt]
version = "0.1.8"
default-features = false

[lints.clippy]
alloc_instead_of_core = "warn"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"

[lints.rust]