ferro-text 0.2.58

Conversational-text renderer for Ferro service projections
# 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"
name = "ferro-text"
version = "0.2.58"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conversational-text renderer for Ferro service projections"
homepage = "https://ferro-rs.dev"
readme = "README.md"
keywords = [
    "text",
    "renderer",
    "projections",
    "ferro",
]
categories = [
    "web-programming",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/albertogferrario/ferro"

[lib]
name = "ferro_text"
path = "src/lib.rs"

[dependencies.ferro-projections]
version = "0.2"

[dev-dependencies.insta]
version = "1"
features = ["yaml"]