# 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.79" name = "aformat" version = "0.1.8" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "A no-std and no-alloc version of format! using ToArrayString" readme = "README.md" keywords = [ "formatting", "array", "no_std", ] categories = [ "value-formatting", "no-std", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/GnomedDev/aformat" [lib] name = "aformat" path = "src/lib.rs" [[test]] name = "basic" path = "tests/basic.rs" [dependencies.aformat-macros] version = "=0.1.6" [dependencies.to-arraystring] version = "0.2.2" features = ["nonzero_impls"] [dependencies.typenum] version = "1.17.0" features = ["const-generics"] [dependencies.typenum_mappings] version = "0.1.0"