# 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] name = "fmt2io" version = "0.2.1" authors = ["Martin Habovstiak "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A bridge between std::io::Write and std::fmt::Write." readme = "README.md" keywords = [ "fmt", "io", "Write", "wrapper", "bridge", ] categories = ["rust-patterns"] license = "MITNFA" repository = "https://github.com/Kixunil/fmt2io" [lib] name = "fmt2io" path = "src/lib.rs" [dependencies.fmt2io] version = "1.0.0" [badges.maintenance] status = "as-is"