# 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" rust-version = "1.56" name = "to-arraystring" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A no-alloc ToString, for bool/integer/float types" readme = "README.md" keywords = [ "arraystring", "formatting", "no-alloc", "optimisation", ] categories = [ "value-formatting", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/GnomedDev/to-arraystring" [lib] name = "to_arraystring" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.itoa] version = "1.0.10" [dependencies.ryu] version = "1.0.17" [dev-dependencies.paste] version = "1" [features] nonzero_impls = []