[[example]]
name = "f32_to_str"
path = "examples/f32_to_str.rs"
[[example]]
name = "f64_to_str"
path = "examples/f64_to_str.rs"
[[example]]
name = "i16_to_str"
path = "examples/i16_to_str.rs"
[[example]]
name = "i32_to_str"
path = "examples/i32_to_str.rs"
[[example]]
name = "i8_to_str"
path = "examples/i8_to_str.rs"
[[example]]
name = "u8_to_str"
path = "examples/u8_to_str.rs"
[[example]]
name = "u8or16_to_hex"
path = "examples/u8or16_to_hex.rs"
[features]
floato = []
[lib]
name = "embedded_cotoutf8"
path = "src/lib.rs"
[package]
authors = ["Anurag"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["embedded"]
description = "COTO is a library that translates numerical primitives into readable ASCII UTF-8 arrays"
edition = "2021"
keywords = ["no_std", "utf8", "str", "f32"]
license = "MIT"
license-file = "LICENSE"
name = "embedded_cotoutf8"
readme = "README.md"
repository = "https://github.com/unknownK19/Embedded-COTOutf8.git"
version = "0.1.4"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"