[dependencies.ufmt]
optional = true
version = "0.2"
[[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]
default = ["ufmt"]
ufmt = ["dep:ufmt"]
[lib]
doctest = false
name = "embedded_cotoutf8"
path = "src/lib.rs"
[package]
authors = ["Anurag"]
autobenches = false
autobins = false
autoexamples = false
autolib = 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"
name = "embedded_cotoutf8"
readme = "README.md"
repository = "https://github.com/CosmoBunny/Embedded-COTOutf8.git"
version = "0.1.6"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"