format 0.2.4

A utility crate to make it easier to work with the formatter
Documentation
# 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 = "2018"
name = "format"
version = "0.2.4"
authors = ["kgv <kgv@users.noreply.github.com>"]
description = "A utility crate to make it easier to work with the formatter"
homepage = "https://crates.io/crates/format"
documentation = "https://docs.rs/format"
readme = "README.md"
keywords = ["format", "help", "lazy", "macro", "wrap"]
categories = ["no-std", "rust-patterns", "value-formatting"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kgv/format"
[dependencies.format-core]
version = "0.2.4"

[dependencies.format-macro]
version = "0.2.4"
optional = true

[features]
default = ["macro"]
macro = ["format-macro"]