# 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 = "embedded_cotoutf8" version = "0.1.5" authors = ["Anurag"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "COTO is a library that translates numerical primitives into readable ASCII UTF-8 arrays" readme = "README.md" keywords = [ "no_std", "utf8", "str", "f32", ] categories = ["embedded"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/unknownK19/Embedded-COTOutf8.git" [profile.dev] panic = "abort" [profile.release] panic = "abort" [lib] name = "embedded_cotoutf8" path = "src/lib.rs" [[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" [dependencies.ufmt] version = "0.2" optional = true [features] default = ["ufmt"] floato = [] ufmt = ["dep:ufmt"]