data_nostd 0.1.0

Structures and data types definitions for dinvoke_nostd.
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 = "2021"
name = "data_nostd"
version = "0.1.0"
authors = ["Kurosh Dabbagh Escalante (@_Kudaes_)"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structures and data types definitions for dinvoke_nostd."
readme = false
keywords = [
    "dinvoke_nostd",
    "data",
]
license = "MIT"
repository = "https://github.com/Kudaes/DInvoke_rs/tree/no_std"

[profile.dev]
debug-assertions = false

[profile.release]
debug-assertions = false
panic = "abort"
strip = true

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

[dependencies]