# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2021" name = "ufmt_float" version = "0.2.0" authors = ["Tristan Lostroh "] description = "A rough implementation of a writer for f32 and f64 for ufmt." categories = ["embedded", "no-std"] license = "MIT" repository = "https://github.com/tl8roy/ufmt_float" [[test]] name = "format-tests" required-features = ["std"] [dependencies.micromath] version = "2.0" optional = true [dependencies.ufmt] version = "0.2" [features] default = ["maths"] maths = ["micromath"] std = ["ufmt/std"] [dev-dependencies] heapless = { version = "0.7", features = ["ufmt-impl"] }