ferro-projections 0.2.19

Service projection definitions for the Ferro framework
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 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-projections"
version = "0.2.19"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Service projection definitions for the Ferro framework"
homepage = "https://ferro-rs.dev"
readme = "README.md"
keywords = [
    "projections",
    "service",
    "schema",
    "ferro",
    "web",
]
categories = [
    "web-programming",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/albertogferrario/ferro"

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

[[test]]
name = "generate_schemas"
path = "tests/generate_schemas.rs"

[dependencies.schemars]
version = "1"
features = ["derive"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1.0"