# 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 = "fmtex" version = "0.1.1" authors = ["nanoqsh"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extra format adaptors" documentation = "https://docs.rs/fmtex" readme = "README.md" keywords = [ "no_std", "format", "fmt", "display", ] license = "MIT" repository = "https://github.com/nanoqsh/fmtex" [lib] name = "fmtex" path = "src/lib.rs" [lints.clippy] manual-assert = "deny" match-wildcard-for-single-variants = "deny" missing-assert-message = "deny" missing_inline_in_public_items = "deny" semicolon-if-nothing-returned = "deny" trivially-copy-pass-by-ref = "deny" unwrap-used = "deny" use-self = "deny"